Skip to content

Commit

Permalink
Allow doctrine/persistence ^3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Dec 13, 2023
1 parent 531a6ea commit 440b93d
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 @@
"php": ">=7.4",
"doctrine/collections": "^1.6",
"doctrine/orm": "^2.7",
"doctrine/persistence": "^1.3 || ^2.1",
"doctrine/persistence": "^1.3 || ^2.1 || ^3.0",
"league/uri": "^6.0",
"league/uri-components": "^2.3",
"sylius/channel": "^1.0",
Expand Down

0 comments on commit 440b93d

Please sign in to comment.