Skip to content

Commit

Permalink
minor: allow Symfony 7.0 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond authored Oct 2, 2023
1 parent 925eab3 commit 5ffa1cd
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 @@ -16,8 +16,8 @@
"doctrine/persistence": "^1.3.3|^2.0|^3.0",
"fakerphp/faker": "^1.10",
"symfony/deprecation-contracts": "^2.2|^3.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/string": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0|^7.0",
"symfony/string": "^5.4|^6.0|^7.0",
"zenstruck/assert": "^1.0",
"zenstruck/callback": "^1.1"
},
Expand All @@ -30,9 +30,9 @@
"doctrine/mongodb-odm-bundle": "^4.4.0",
"doctrine/orm": "^2.9",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
"symfony/maker-bundle": "^1.49",
"symfony/phpunit-bridge": "^5.4|^6.0",
"symfony/phpunit-bridge": "^5.4|^6.0|^7.0",
"symfony/translation-contracts": "^2.5|^3.0"
},
"config": {
Expand Down

0 comments on commit 5ffa1cd

Please sign in to comment.