Skip to content

Commit c01908d

Browse files
committed
bugfix #176 Explicitly require "doctrine/common" (phansys)
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"
2 parents 88c1a0e + 77b08fd commit c01908d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
],
2727
"require": {
2828
"php": "^5.6 || ^7.0",
29+
"doctrine/common": "^2.7",
2930
"doctrine/doctrine-bundle": "^1.4 || ^2.0",
3031
"doctrine/orm": "^2.4.8",
3132
"knplabs/knp-paginator-bundle": "^2.6 || ^3.4 || ^4.0 || ^5.0",

0 commit comments

Comments
 (0)