Skip to content

Commit 9f4445e

Browse files
committed
WIP
1 parent 8f97dcb commit 9f4445e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
],
1919
"require": {
2020
"php": "7.1.*||7.2.*",
21-
"symfony/symfony": "~3.3||~4.0"
21+
"symfony/config": "^3.3|^4.0",
22+
"symfony/dependency-injection": "^3.3|^4.0",
23+
"symfony/http-foundation": "^3.3|^4.0",
24+
"symfony/http-kernel": "^3.3|^4.0"
2225
},
2326
"require-dev": {
2427
"consistence/coding-standard": "2.2.1",

0 commit comments

Comments
 (0)