Commit 8b63bfd1 authored by Christophe Coevoet's avatar Christophe Coevoet

Fixed the doctrine/common constraint and added the branch-alias

parent 8fe368ea
...@@ -13,9 +13,14 @@ ...@@ -13,9 +13,14 @@
], ],
"require": { "require": {
"php": ">=5.3.2", "php": ">=5.3.2",
"doctrine/common": "2.*" "doctrine/common": "2.3.*"
}, },
"autoload": { "autoload": {
"psr-0": { "Doctrine\\DBAL": "lib/" } "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