We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8fe898 commit c6699ccCopy full SHA for c6699cc
composer.json
@@ -12,11 +12,11 @@
12
],
13
14
"require": {
15
- "php": ">=5.3.0",
16
- "symfony/config": "^2.4|^3.0|^4.0",
17
- "symfony/console": "^2.4|^3.0|^4.0",
18
- "symfony/dependency-injection": "^2.4|^3.0|^4.0",
19
- "symfony/http-kernel": "^2.4|^3.0|^4.0",
+ "php": "7.2.*|7.4.*",
+ "symfony/config": "^2.4|^3.0|^4.0|^5.0",
+ "symfony/console": "^2.4|^3.0|^4.0|^5.0",
+ "symfony/dependency-injection": "^2.4|^3.0|^4.0|^5.0",
+ "symfony/http-kernel": "^2.4|^3.0|^4.0|^5.0",
20
"webfactory/content-mapping": "^3.0"
21
},
22
0 commit comments