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 37de4aa commit 19b776cCopy full SHA for 19b776c
src/Service/Validator.php
@@ -39,8 +39,6 @@ class Validator
39
'>=2.4.4 <2.4.6' => '>=8.1 <8.2', // '~8.1.0'
40
'>=2.4.6 <2.4.7'=> '>=8.1 <8.3', // '~8.1.0 || ~8.2.0'
41
'>=2.4.7 <2.4.9' => '>=8.2 <8.4', // '~8.2.0 || ~8.3.0'
42
-
43
44
],
45
ServiceInterface::NAME_DB_MARIA => [
46
'<2.3.6-p1' => '>=10.0 <10.3',
0 commit comments