Skip to content

Commit 4001513

Browse files
committed
Move symfony/http-foundation to dev dependencies
1 parent 8ee8db8 commit 4001513

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"php": "^7.1",
2727
"ext-simplexml": "*",
2828
"phpstan/phpstan": "^0.11.7",
29-
"nikic/php-parser": "^4.0",
30-
"symfony/http-foundation": "^3.0 || ^4.0"
29+
"nikic/php-parser": "^4.0"
3130
},
3231
"require-dev": {
3332
"consistence/coding-standard": "^3.0.1",
@@ -43,7 +42,8 @@
4342
"squizlabs/php_codesniffer": "^3.3.2",
4443
"symfony/serializer": "^3.0 || ^4.0",
4544
"symfony/messenger": "^4.2",
46-
"symfony/console": "^3.0 || ^4.0"
45+
"symfony/console": "^3.0 || ^4.0",
46+
"symfony/http-foundation": "^3.0 || ^4.0"
4747
},
4848
"conflict": {
4949
"symfony/framework-bundle": "<3.0"

0 commit comments

Comments
 (0)