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.
2 parents df10be7 + 6849952 commit 5ecc494Copy full SHA for 5ecc494
src/Service/Validator.php
@@ -102,7 +102,8 @@ class Validator
102
'>=2.3.0 <2.3.7-p4 || >=2.4.0 <2.4.3-p3' => '~3.5.0 || ~3.7.0 || ~3.8.0',
103
'>=2.4.3-p3 <2.4.5-p3 || ~2.3.7-p4' => '~3.5.0 || ~3.7.0 || ~3.8.0 || ~3.9.0',
104
'>=2.4.5-p3 <2.4.6-p6' => '~3.9.0 || ~3.11.0',
105
- '>=2.4.6-p6 <2.4.9' => '~3.12.0 || ~3.13.0',
+ '>=2.4.6-p6 <2.4.8' => '~3.12.0 || ~3.13.0',
106
+ '>=2.4.8 <2.4.9' => '>=4.0 <4.1',
107
],
108
ServiceInterface::NAME_NODE => [
109
'*' => '^6 || ^8 || ^10 || ^11',
0 commit comments