We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab52215 commit 524778bCopy full SHA for 524778b
composer.json
@@ -14,12 +14,12 @@
14
15
"require": {
16
"php": "7.2.*|7.3.*|7.4.*|8.0.*|8.1.*",
17
- "symfony/config": "^3.4|^4.0|^5.0",
18
- "symfony/dependency-injection": "^3.4|^4.0|^5.0",
19
- "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
20
- "symfony/http-foundation": "^4.3|^5.0",
21
- "symfony/http-kernel": "^4.3|^5.0",
22
- "symfony/routing": "^3.4|^4.0|^5.0"
+ "symfony/config": "^3.4|^4.0|^5.0|^6.0",
+ "symfony/dependency-injection": "^3.4|^4.0|^5.0|^6.0",
+ "symfony/event-dispatcher": "^3.4|^4.0|^5.0|^6.0",
+ "symfony/http-foundation": "^4.3|^5.0|^6.0",
+ "symfony/http-kernel": "^4.3|^5.0|^6.0",
+ "symfony/routing": "^3.4|^4.0|^5.0|^6.0"
23
},
24
25
"require-dev": {
0 commit comments