Commit b1562a5f authored by Benjamin Eberlei's avatar Benjamin Eberlei

Fix common dependency range evaluated as AND, not as OR

parent 84cba60d
......@@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.3.2",
"doctrine/common": "2.3.*,2.4.*"
"doctrine/common": ">=2.3-dev,<2.5-dev"
},
"autoload": {
"psr-0": { "Doctrine\\DBAL": "lib/" }
......
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