Skip to content

Commit

Permalink
Add Symfony 7 support (#37)
Browse files Browse the repository at this point in the history
Add ^7.0 version constraint to Symfony Cache and Symfony HTTP foundation packages, plus the PSR HTTP message bridge.
  • Loading branch information
ttomdewit authored Nov 29, 2023
1 parent 09eca4e commit 6011952
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/http-message": "^1.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"symfony/cache": "^5.0.9 || ^6.0",
"symfony/http-foundation": "^5.0.9 || ^6.0",
"symfony/psr-http-message-bridge": "^2.0.1"
"symfony/cache": "^5.0.9 || ^6.0 || ^7.0",
"symfony/http-foundation": "^5.0.9 || ^6.0 || ^7.0",
"symfony/psr-http-message-bridge": "^2.0.1 || ^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.17",
Expand Down

0 comments on commit 6011952

Please sign in to comment.