Skip to content

Commit

Permalink
feature #640 rm dependency on doctrine/persistence (dmaicher)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.4.x-dev branch.

Discussion
----------

rm dependency on doctrine/persistence

See symfony/symfony#33164

- make `doctrine/persistence` optional since it will be required transitively anyway via the ORM/ODM that is required for using `DoctrineParamConverter`

Commits
-------

80e03da rm dependency on doctrine/persistence
  • Loading branch information
valentyn90 committed Oct 5, 2019
2 parents 81379d1 + 7053cf0 commit d3a23a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"symfony/framework-bundle": "^3.4|^4.3",
"symfony/dependency-injection": "^3.4|^4.3",
"symfony/http-kernel": "^3.4|^4.3",
"doctrine/annotations": "^1.0",
"doctrine/persistence": "^1.0"
"doctrine/annotations": "^1.0"
},
"require-dev": {
"symfony/expression-language": "^3.4|^4.3",
Expand Down

0 comments on commit d3a23a1

Please sign in to comment.