Skip to content

Commit

Permalink
Make sure the Doctrine\Persistence namespace exists
Browse files Browse the repository at this point in the history
The new namespace with a BC layer was introduced in 1.3.5
  • Loading branch information
eigan committed Mar 2, 2021
1 parent 4618272 commit 2d79ac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"require": {
"php": ">=7",
"doctrine/orm": "~2.6.0|~2.7.0",
"doctrine/inflector": "^1.1"
"doctrine/inflector": "^1.1",
"doctrine/persistence": "^1.3.5|^2.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
Expand Down

0 comments on commit 2d79ac7

Please sign in to comment.