Skip to content

Commit 6cf4c8c

Browse files
authored
Merge pull request #416 from Chris53897/feature/symfony-8
feat: allow symfony 8 (dev)
1 parent d09ac6a commit 6cf4c8c

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
@@ -30,9 +30,9 @@
3030
"phpstan/phpstan": "^2.1",
3131
"phpunit/phpunit": "^9.6",
3232
"psr/container": "^1.0 || ^2.0",
33-
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0",
34-
"symfony/phpunit-bridge": "^7.0",
35-
"symfony/routing": "^5.4 || ^6.0 || ^7.0",
33+
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0 || ^8.0",
34+
"symfony/phpunit-bridge": "^7.0 || ^8.0",
35+
"symfony/routing": "^5.4 || ^6.0 || ^7.0 || ^8.0",
3636
"twig/twig": "^2.16 || ^3.0"
3737
},
3838
"suggest": {

0 commit comments

Comments
 (0)