Skip to content

Commit

Permalink
#4884 - allow installation of doctrine/common 2.6.x, which allows gen…
Browse files Browse the repository at this point in the history
…erating type-hints on proxies
  • Loading branch information
Ocramius committed Dec 25, 2015
1 parent 7065ff0 commit 6d43195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6d43195

Please sign in to comment.