Skip to content

Commit 8ee8db8

Browse files
committed
Add missing dependencies to composer.json
1 parent d373c36 commit 8ee8db8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"php": "^7.1",
2727
"ext-simplexml": "*",
2828
"phpstan/phpstan": "^0.11.7",
29-
"nikic/php-parser": "^4.0"
29+
"nikic/php-parser": "^4.0",
30+
"symfony/http-foundation": "^3.0 || ^4.0"
3031
},
3132
"require-dev": {
3233
"consistence/coding-standard": "^3.0.1",

0 commit comments

Comments
 (0)