Skip to content

Commit

Permalink
Allow doctrine/persistence: ^3.0 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
relthyg authored Mar 30, 2024
1 parent 2edab6f commit 84c21f6
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,11 +19,11 @@
"doctrine/annotations": "^1.12",
"doctrine/dbal": "^2.12|^3.0",
"doctrine/orm": "^2.0",
"doctrine/persistence": "^1.3|^2.1",
"doctrine/persistence": "^1.3|^2.1|^3.0",
"psr/container": "^1.0",
"psr/log": "^1.0",
"symfony/config": "^5.1|^6.0|^7.0",
"symfony/service-contracts": "^1.0|^2.0",
"symfony/service-contracts": "^1.0|^2.0|^3.0",
"symfony/dependency-injection": "^5.1|^6.0|^7.0",
"symfony/filesystem": "^5.1|^6.0|^7.0",
"symfony/finder": "^5.1|^6.0|^7.0",
Expand Down

0 comments on commit 84c21f6

Please sign in to comment.