Skip to content

Commit

Permalink
Merge pull request #27 from mssimi/mssimi-patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 7
  • Loading branch information
mcfedr authored Apr 7, 2024
2 parents 7186cde + b867782 commit 39fd0bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"require": {
"php": ">=8.0",
"ext-redis": "*",
"symfony/framework-bundle": "^5.0|^6.0"
"symfony/framework-bundle": "^5.0|^6.0|^7.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.0|^6.0",
"symfony/phpunit-bridge": "^5.0|^6.0|^7.0",
"doctrine/doctrine-bundle": "^2",
"phpunit/phpunit": "^9",
"friendsofphp/php-cs-fixer": "^3.0",
"symfony/monolog-bundle": "^3.0|^4.0",
"symfony/browser-kit": "^5.0|^6.0",
"symfony/yaml": "^5.0|^6.0"
"symfony/browser-kit": "^5.0|^6.0|^7.0",
"symfony/yaml": "^5.0|^6.0|^7.0"
},
"authors": [
{
Expand Down

0 comments on commit 39fd0bf

Please sign in to comment.