Commit f19f2691 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge pull request #151 from stof/composer_branch_alias

Fixed the doctrine/common constraint and added the branch-alias
parents 8fe368ea 8b63bfd1
......@@ -13,9 +13,14 @@
],
"require": {
"php": ">=5.3.2",
"doctrine/common": "2.*"
"doctrine/common": "2.3.*"
},
"autoload": {
"psr-0": { "Doctrine\\DBAL": "lib/" }
},
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
}
}
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