Commit 0bcc7dfa authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #684 from stof/patch-1

Changed the composer constraint to allow Common 2.5
parents 7175964c 21431c53
......@@ -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