Fixed the doctrine/common constraint and added the branch-alias
Showing
... | @@ -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" | |||
} | |||
} | } | ||
} | } |
Please register or sign in to comment