Skip to content

Commit fcf460d

Browse files
committed
updated rabittmq validtor as discussed
1 parent 780c8fd commit fcf460d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Service/Validator.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ class Validator
105105
'>=2.4.3-p3 <2.4.5-p3 || ~2.3.7-p4' => '~3.5.0 || ~3.7.0 || ~3.8.0 || ~3.9.0',
106106
'>=2.4.5-p3 <2.4.5-p13 || >=2.4.6 <2.4.6-p6' => '~3.9.0 || ~3.11.0',
107107
'>=2.4.6-p6 <2.4.6-p11 || >=2.4.7 <2.4.7-p6' => '~3.12.0 || ~3.13.0',
108-
'>=2.4.8 <2.4.9' => '>=4.0 <4.1',
109-
'2.4.5-p13 || 2.4.6-p11 || 2.4.7-p6' => '3.13 || 4.1',
110-
'2.4.8 || >=2.4.8-p2 <2.4.9' => '4.1',
108+
'>=2.4.5-p13 <2.4.6 || >=2.4.6-p11 <2.4.7 || >=2.4.7-p6 <2.4.8' => '3.13 || 4.1',
109+
'>=2.4.8 <2.4.9' => '>4.0 <=4.1',
111110
],
112111
ServiceInterface::NAME_NODE => [
113112
'*' => '^6 || ^8 || ^10 || ^11',

0 commit comments

Comments
 (0)