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

Commit 500eff1

Browse files
committed
Merge branch '2.3' into 2.5
* 2.3: updated distribution bundle added back composer.lock updated composer.json Prevent doctrine/dbal 2.5 from installing Conflicts: composer.json
2 parents 2176772 + d6e5483 commit 500eff1

File tree

2 files changed

+1670
-2
lines changed

2 files changed

+1670
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
"require": {
1010
"php": ">=5.3.3",
1111
"symfony/symfony": "2.5.*",
12-
"doctrine/orm": "~2.2,>=2.2.3",
12+
"doctrine/orm": "~2.2,>=2.2.3,<2.5",
13+
"doctrine/dbal": "<2.5",
1314
"doctrine/doctrine-bundle": "~1.2",
1415
"twig/extensions": "~1.0",
1516
"symfony/assetic-bundle": "~2.3",
1617
"symfony/swiftmailer-bundle": "~2.3",
1718
"symfony/monolog-bundle": "~2.4",
1819
"sensio/distribution-bundle": "~3.0,>=3.0.12",
19-
"sensio/framework-extra-bundle": "~3.0",
20+
"sensio/framework-extra-bundle": "~3.0,>=3.0.2",
2021
"incenteev/composer-parameter-handler": "~2.0"
2122
},
2223
"require-dev": {

0 commit comments

Comments
 (0)