We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6972e9d commit cd905c6Copy full SHA for cd905c6
composer.json
@@ -24,9 +24,9 @@
24
},
25
"require": {
26
"php": ">=7.4",
27
- "symfony/config": "^4.4 || ^5.4",
28
- "symfony/dependency-injection": "^4.4 || ^5.4",
29
- "symfony/http-kernel": "^4.4 || ^5.4"
+ "symfony/config": "^4.4 || ^5.4 || ^6.0",
+ "symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
+ "symfony/http-kernel": "^4.4 || ^5.4 || ^6.0"
30
31
"require-dev": {
32
"phpunit/phpunit": "^9.4"
0 commit comments