Skip to content

Commit

Permalink
Merge pull request #18 from michielkalle/michielkalle-allow-symfony-7
Browse files Browse the repository at this point in the history
Allow Symfony 7
  • Loading branch information
metaclass-nl authored Jan 12, 2024
2 parents 8c0efdd + cb44fb0 commit 9033b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"minimum-stability": "dev",
"require": {
"php": ">=7.2.5",
"symfony/http-kernel": "^4.4 || ^5.1 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.1 || ^6.0 || ^7.0",
"api-platform/core": "^2.7 || ^3.0",
"doctrine/orm": "^2.7"
},
Expand Down

0 comments on commit 9033b29

Please sign in to comment.