Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 8198f95

Browse files
committed
merged branch eventhorizonpl/fix_doctrine_common_dependency (PR #591)
This PR was merged into the 2.3 branch. Discussion ---------- Fix doctrine common dependency After release of Doctrine 2.4 the following versions was installed: doctrine-orm: 2.3.x doctrine-dbal: 2.3.x doctrine-common: 2.4.x We want the same version of doctrine components. I suggest blocking it on 2.3 for now. | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT Commits ------- df4a16e fix doctrine-common dependency for 2.3 version
2 parents 23706c4 + df4a16e commit 8198f95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"php": ">=5.3.3",
1111
"symfony/symfony": "2.3.*",
1212
"doctrine/orm": ">=2.2.3,<2.4-dev",
13+
"doctrine/common": ">=2.2.3,<2.4-dev",
1314
"doctrine/doctrine-bundle": "1.2.*",
1415
"twig/extensions": "1.0.*",
1516
"symfony/assetic-bundle": "2.3.*",

0 commit comments

Comments
 (0)