Update composer.json for 2.4 release.
Showing
... | @@ -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.
Please register or sign in to comment