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.
1 parent 8f97dcb commit 9f4445eCopy full SHA for 9f4445e
composer.json
@@ -18,7 +18,10 @@
18
],
19
"require": {
20
"php": "7.1.*||7.2.*",
21
- "symfony/symfony": "~3.3||~4.0"
+ "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"
25
},
26
"require-dev": {
27
"consistence/coding-standard": "2.2.1",
0 commit comments