Skip to content

Commit f297c65

Browse files
authored
Symfony 8 support (#55)
1 parent 16297d2 commit f297c65

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
@@ -29,9 +29,9 @@
2929
"psr/cache": "^1.0 || ^2.0 || ^3.0",
3030
"psr/http-message": "^1.0 || ^2.0",
3131
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
32-
"symfony/cache": "^5.0.9 || ^6.0 || ^7.0",
33-
"symfony/http-foundation": "^5.0.9 || ^6.0 || ^7.0",
34-
"symfony/psr-http-message-bridge": "^2.0 || ^6.0 || ^7.0"
32+
"symfony/cache": "^5.0.9 || ^6.0 || ^7.0 || ^8.0",
33+
"symfony/http-foundation": "^5.0.9 || ^6.0 || ^7.0 || ^8.0",
34+
"symfony/psr-http-message-bridge": "^2.0 || ^6.0 || ^7.0 || ^8.0"
3535
},
3636
"require-dev": {
3737
"friendsofphp/php-cs-fixer": "^3.80",

0 commit comments

Comments
 (0)