Skip to content

Commit 6849952

Browse files
authored
Merge pull request #183 from magento-commerce/MCLOUD-13560
MCLOUD-13560: Fix validator for RabbitMQ 4.0
2 parents ed02197 + ac0a66d commit 6849952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class Validator
103103
'>=2.4.3-p3 <2.4.5-p3 || ~2.3.7-p4' => '~3.5.0 || ~3.7.0 || ~3.8.0 || ~3.9.0',
104104
'>=2.4.5-p3 <2.4.6-p6' => '~3.9.0 || ~3.11.0',
105105
'>=2.4.6-p6 <2.4.8' => '~3.12.0 || ~3.13.0',
106-
'>=2.4.8 <2.4.9' => '>=3.13 <4.0',
106+
'>=2.4.8 <2.4.9' => '>=4.0 <4.1',
107107
],
108108
ServiceInterface::NAME_NODE => [
109109
'*' => '^6 || ^8 || ^10 || ^11',

0 commit comments

Comments
 (0)