Skip to content

Commit 4df8089

Browse files
committed
feat: allow symfony 8 (dev)
1 parent 6ed4024 commit 4df8089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"phpunit/phpunit": "^9.6",
3232
"psr/container": "^1.0 || ^2.0",
3333
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0 || ^8.0",
34-
"symfony/phpunit-bridge": "^8.0",
34+
"symfony/phpunit-bridge": "^7.0 || ^8.0",
3535
"symfony/routing": "^5.4 || ^6.0 || ^7.0 || ^8.0",
3636
"twig/twig": "^2.16 || ^3.0"
3737
},

0 commit comments

Comments
 (0)