Commit c44b1046 authored by Christophe Coevoet's avatar Christophe Coevoet Committed by Steve Müller

Changed the composer constraint to allow Common 2.5

parent d47a9412
......@@ -13,10 +13,10 @@
],
"require": {
"php": ">=5.3.2",
"doctrine/common": "2.4.*"
"doctrine/common": ">=2.4,<2.6-dev"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"phpunit/phpunit": "4.*",
"symfony/console": "2.*"
},
"suggest": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment