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 df731b2 + 761f205 commit 4d69276Copy full SHA for 4d69276
composer.json
@@ -18,15 +18,15 @@
18
],
19
"license": "MIT",
20
"require": {
21
- "php": ">=7.2",
+ "php": ">=7.2|^8.0",
22
"symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
23
"symfony/dependency-injection": "^2.2|^3.0|^4.0|^5.0|^6.0",
24
"symfony/yaml": "^2.2|^3.0|^4.0|^5.0|^6.0",
25
"symfony/config": "^2.2|^3.0|^4.0|^5.0|^6.0",
26
"goetas-webservices/xsd-reader": "^0.3.7",
27
"doctrine/inflector": "^2.0",
28
"laminas/laminas-code": "^3.3.2|^4.0",
29
- "psr/log": "^1.0"
+ "psr/log": "^1.0 | ^2.0 | ^3.0"
30
},
31
"require-dev": {
32
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0",
0 commit comments