Fix composer to only allow DBAL 2.4 DEV and larger
This commit is contained in:
parent
90b6d5e293
commit
32f4be83b1
@ -14,7 +14,7 @@
|
||||
"require": {
|
||||
"php": ">=5.3.2",
|
||||
"ext-pdo": "*",
|
||||
"doctrine/dbal": ">=2.3-dev,<2.5-dev",
|
||||
"doctrine/dbal": ">=2.4-dev,<2.5-dev",
|
||||
"symfony/console": "2.*"
|
||||
},
|
||||
"suggest": {
|
||||
|
Loading…
Reference in New Issue
Block a user