We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01a7d3 commit 6ba3f1fCopy full SHA for 6ba3f1f
config/eol.yaml
@@ -29,6 +29,8 @@ rabbitmq:
29
eol: 2016-10-31
30
- version: '3.7'
31
eol: 2020-03-31
32
+ - version: '3.8'
33
+ eol:
34
redis:
35
- version: '3.2'
36
eol: 2018-10-17
src/Service/Validator.php
@@ -50,7 +50,7 @@ class Validator
50
],
51
ServiceInterface::NAME_RABBITMQ => [
52
'<2.3.0' => '~3.5.0',
53
- '>=2.3.0' => '~3.5.0 || ~3.7.0',
+ '>=2.3.0' => '~3.5.0 || ~3.7.0 || ~3.8.0',
54
55
ServiceInterface::NAME_NODE => [
56
'*' => '^6 || ^8 || ^10 || ^11',
0 commit comments