Skip to content

Commit

Permalink
Permit Symfony ^7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benr77 committed Jun 2, 2024
1 parent 863e053 commit 5016481
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.0 || ^2.0",
"ramsey/uuid-doctrine": "^1.5",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
"symfony/lock": "^4.4 || ^5.0 || ^6.0",
"symfony/serializer": "^4.4 || ^5.0 || ^6.0",
"symfony/messenger": "^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0"
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/lock": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/serializer": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/messenger": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 5016481

Please sign in to comment.