Skip to content

Commit

Permalink
Added support for doctrine/persistence:3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svycka authored Apr 25, 2024
1 parent 40f18e1 commit 6724dac
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 @@ -38,7 +38,7 @@
"php": "^7.3 || ^8.0",
"laminas/laminas-servicemanager": "^3.3",
"laminas/laminas-stdlib": "^3.1",
"doctrine/persistence": "^2.0"
"doctrine/persistence": "^2.0 || ^3.0"
},
"require-dev": {
"malukenho/docheader": "^0.1.7",
Expand Down

0 comments on commit 6724dac

Please sign in to comment.