Fix master dependening on DBAL 2.5-dev
This commit is contained in:
parent
b6e624b6bf
commit
067ed7b1c6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
"php": ">=5.3.2",
|
||||
"ext-pdo": "*",
|
||||
"doctrine/collections": "~1.1",
|
||||
"doctrine/dbal": ">=2.4-beta,<2.5-dev",
|
||||
"doctrine/dbal": ">=2.5-dev,<2.6-dev",
|
||||
"symfony/console": "2.*"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
Loading…
Add table
Reference in a new issue