#4884 - allow installation of doctrine/common 2.6.x, which allows generating type-hints on proxies
This commit is contained in:
parent
7065ff0ac9
commit
6d43195669
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
"php": ">=5.4",
|
||||
"ext-pdo": "*",
|
||||
"doctrine/collections": "~1.2",
|
||||
"doctrine/dbal": ">=2.5-dev,<2.6-dev",
|
||||
"doctrine/dbal": ">=2.5-dev,<2.7-dev",
|
||||
"doctrine/instantiator": "~1.0.1",
|
||||
"doctrine/common": ">=2.5-dev,<2.6-dev",
|
||||
"doctrine/cache": "~1.4",
|
||||
|
|
Loading…
Add table
Reference in a new issue