Fix DBAL dependency range evaluated as AND, not as OR
This commit is contained in:
parent
34ac207b3c
commit
93cef61270
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
"require": {
|
||||
"php": ">=5.3.2",
|
||||
"ext-pdo": "*",
|
||||
"doctrine/dbal": "2.3.*,2.4.*",
|
||||
"doctrine/dbal": ">=2.3-dev,<2.5-dev",
|
||||
"symfony/console": "2.*"
|
||||
},
|
||||
"suggest": {
|
||||
|
|
Loading…
Add table
Reference in a new issue