API Defaulting composer core dependencies to to @stable

Required to ensure correct operation of
"composer create-project silverstripe/installer my-path 2.4.10"
(checkout with tags).
This commit is contained in:
Ingo Schommer 2013-02-20 11:04:04 +01:00
parent 23523175f3
commit 0e0ce2e1e3

View File

@ -3,8 +3,8 @@
"description": "The SilverStripe Framework Installer",
"require": {
"php": ">=5.2.4",
"silverstripe/cms": "2.4.*",
"silverstripe/framework": "2.4.*",
"silverstripe/cms": "2.4.*@stable",
"silverstripe/framework": "2.4.*@stable",
"silverstripe-themes/blackcandy": "2.4.*"
},
"minimum-stability": "dev",