Commit 517f039e authored by Benjamin Eberlei's avatar Benjamin Eberlei

Update composer.json for 2.4 release.

parent 07323929
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
], ],
"require": { "require": {
"php": ">=5.3.2", "php": ">=5.3.2",
"doctrine/common": "2.4.*@beta" "doctrine/common": "~2.4"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*", "phpunit/phpunit": "3.7.*",
"symfony/console": "2.*" "symfony/console": "~2.0"
}, },
"suggest": { "suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files." "symfony/console": "For helpful console commands such as SQL execution and import of files."
...@@ -28,11 +28,6 @@ ...@@ -28,11 +28,6 @@
"autoload": { "autoload": {
"psr-0": { "Doctrine\\DBAL\\": "lib/" } "psr-0": { "Doctrine\\DBAL\\": "lib/" }
}, },
"extra": {
"branch-alias": {
"dev-master": "2.5.x-dev"
}
},
"archive": { "archive": {
"exclude": ["!vendor", "tests", "*phpunit.xml", ".travis.yml", "build.xml", "build.properties", "composer.phar"] "exclude": ["!vendor", "tests", "*phpunit.xml", ".travis.yml", "build.xml", "build.properties", "composer.phar"]
} }
......
This diff is collapsed.
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