Skip to content

Commit 6decd40

Browse files
committed
Doctrine bundle fails to load if Doctrine ORM not available
1 parent e22c07a commit 6decd40

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
@@ -23,7 +23,8 @@
2323
"require" : {
2424
"php" : ">=7.1",
2525
"thecodingmachine/tdbm" : "^5.0",
26-
"doctrine/doctrine-bundle": "^1.9"
26+
"doctrine/doctrine-bundle": "^1.9",
27+
"doctrine/orm": "^2 || ^3"
2728
},
2829
"autoload" : {
2930
"psr-4" : {

0 commit comments

Comments
 (0)