Skip to content

Commit

Permalink
bugfix #176 Explicitly require "doctrine/common" (phansys)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.x branch.

Discussion
----------

|Q            |A  |
|---          |---|
|Branch       |3.x|
|Bug fix?     |yes|
|New feature? |no |
|BC breaks?   |no |
|Deprecations?|no |
|Tests pass?  |yes|
|Fixed tickets|n/a|
|License      |MIT|
|Doc PR       |   |

Commits
-------

77b08fd Explicitly require "doctrine/common"
  • Loading branch information
phansys committed Aug 26, 2020
2 parents 88c1a0e + 77b08fd commit c01908d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
],
"require": {
"php": "^5.6 || ^7.0",
"doctrine/common": "^2.7",
"doctrine/doctrine-bundle": "^1.4 || ^2.0",
"doctrine/orm": "^2.4.8",
"knplabs/knp-paginator-bundle": "^2.6 || ^3.4 || ^4.0 || ^5.0",
Expand Down

0 comments on commit c01908d

Please sign in to comment.