Skip to content

Commit

Permalink
Merge pull request #419 from laravel-doctrine/eg-fix-doctrine-persist…
Browse files Browse the repository at this point in the history
…ence

[FIX] doctrine/persistence issue
  • Loading branch information
eigan authored Dec 19, 2019
2 parents 4b9239b + 4343a97 commit aabee24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/queue": "5.5.*|5.6.*|5.7.*|5.8.*"
},
"conflict": {
"doctrine/persistence": ">=1.3@dev"
},
"autoload": {
"psr-4": {
"LaravelDoctrine\\ORM\\": "src/"
Expand Down

0 comments on commit aabee24

Please sign in to comment.