Skip to content

Commit aabee24

Browse files
authored
Merge pull request #419 from laravel-doctrine/eg-fix-doctrine-persistence
[FIX] doctrine/persistence issue
2 parents 4b9239b + 4343a97 commit aabee24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*",
3939
"illuminate/queue": "5.5.*|5.6.*|5.7.*|5.8.*"
4040
},
41+
"conflict": {
42+
"doctrine/persistence": ">=1.3@dev"
43+
},
4144
"autoload": {
4245
"psr-4": {
4346
"LaravelDoctrine\\ORM\\": "src/"

0 commit comments

Comments
 (0)