Skip to content

Commit

Permalink
Provide forward-compat replace for doctrine/{event-manager,persistenc…
Browse files Browse the repository at this point in the history
…e,reflection}
  • Loading branch information
Majkl578 committed Jun 20, 2018
1 parent 09140dc commit 0f9c25e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"replace": {
"doctrine/event-manager": "1.0.*",
"doctrine/persistence": "1.0.*",
"doctrine/reflection": "1.0.*"
},
"conflict": {
"doctrine/event-manager": ">1.1.0@dev",
"doctrine/persistence": ">1.1.0@dev",
"doctrine/reflection": ">1.1.0@dev"
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
Expand Down

0 comments on commit 0f9c25e

Please sign in to comment.