Skip to content

Commit

Permalink
Allow installation with Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag authored and kpicaza committed Apr 8, 2024
1 parent 4223889 commit 99696d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "~8.0.0|~8.1.0|~8.2.0|~8.3.0",
"pheature/toggle-crud-psr11-factories": "^0.7",
"pheature/toggle-model": "^0.7",
"symfony/framework-bundle": "~5.0|~6.0",
"symfony/framework-bundle": "~5.0|~6.0|~7.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
Expand All @@ -37,7 +37,7 @@
"phpunit/phpunit": "^8.0 || ^9.0",
"roave/infection-static-analysis-plugin": "^1.18",
"squizlabs/php_codesniffer": "^3.4",
"symfony/var-dumper": "^4.2 || ^5.0 || ^6.0",
"symfony/var-dumper": "^4.2 || ^5.0 || ^6.0 || ^7.0",
"twig/twig": "^2.4.4 || ^3.0",
"vimeo/psalm": "^4.4"
},
Expand Down

0 comments on commit 99696d5

Please sign in to comment.