Skip to content

Commit

Permalink
Merge pull request #463 from Chris53897/feature/allow-symfony-7
Browse files Browse the repository at this point in the history
feat: allow symfony 7
  • Loading branch information
stof authored Dec 9, 2023
2 parents eb677bf + d933a32 commit 91b5f21
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
],
"require": {
"php": "^7.2.5 || ^8.0",
"symfony/cache": "^5.4 || ^6.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/cache": "^5.4 || ^6.0 || ^7.0",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
"gedmo/doctrine-extensions": "^3.5.0"
},
"require-dev": {
"symfony/mime": "^5.4 || ^6.0",
"symfony/phpunit-bridge": "^v5.4 || ^6.0",
"symfony/security-core": "^5.4 || ^6.0"
"symfony/mime": "^5.4 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^v5.4 || ^6.0 || ^7.0",
"symfony/security-core": "^5.4 || ^6.0 || ^7.0"
},
"suggest": {
"doctrine/doctrine-bundle": "to use the ORM extensions",
Expand Down

0 comments on commit 91b5f21

Please sign in to comment.