mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
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:
parent
23523175f3
commit
0e0ce2e1e3
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user