Skip to content

Commit 2d79ac7

Browse files
committed
Make sure the Doctrine\Persistence namespace exists
The new namespace with a BC layer was introduced in 1.3.5
1 parent 4618272 commit 2d79ac7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"require": {
2626
"php": ">=7",
2727
"doctrine/orm": "~2.6.0|~2.7.0",
28-
"doctrine/inflector": "^1.1"
28+
"doctrine/inflector": "^1.1",
29+
"doctrine/persistence": "^1.3.5|^2.0"
2930
},
3031
"require-dev": {
3132
"phpunit/phpunit": "~5.0",

0 commit comments

Comments
 (0)