We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee8db8 commit 4001513Copy full SHA for 4001513
composer.json
@@ -26,8 +26,7 @@
26
"php": "^7.1",
27
"ext-simplexml": "*",
28
"phpstan/phpstan": "^0.11.7",
29
- "nikic/php-parser": "^4.0",
30
- "symfony/http-foundation": "^3.0 || ^4.0"
+ "nikic/php-parser": "^4.0"
31
},
32
"require-dev": {
33
"consistence/coding-standard": "^3.0.1",
@@ -43,7 +42,8 @@
43
42
"squizlabs/php_codesniffer": "^3.3.2",
44
"symfony/serializer": "^3.0 || ^4.0",
45
"symfony/messenger": "^4.2",
46
- "symfony/console": "^3.0 || ^4.0"
+ "symfony/console": "^3.0 || ^4.0",
+ "symfony/http-foundation": "^3.0 || ^4.0"
47
48
"conflict": {
49
"symfony/framework-bundle": "<3.0"
0 commit comments