Skip to content

Commit cd905c6

Browse files
Add Symfony 6.0 support (#24)
1 parent 6972e9d commit cd905c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
},
2525
"require": {
2626
"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"
27+
"symfony/config": "^4.4 || ^5.4 || ^6.0",
28+
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
29+
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.0"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^9.4"

0 commit comments

Comments
 (0)