mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Remove obsolete branch-alias
This commit is contained in:
parent
51a9fdf5d1
commit
f3d5abbf42
@ -1,26 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "silverstripe/installer",
|
"name": "silverstripe/installer",
|
||||||
"description": "The SilverStripe Framework Installer",
|
"description": "The SilverStripe Framework Installer",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.5.0",
|
"php": ">=5.5.0",
|
||||||
"silverstripe/cms": "4.0.x-dev",
|
"silverstripe/cms": "4.0.x-dev",
|
||||||
"silverstripe/framework": "4.0.x-dev",
|
"silverstripe/framework": "4.0.x-dev",
|
||||||
"silverstripe/reports": "4.0.x-dev",
|
"silverstripe/reports": "4.0.x-dev",
|
||||||
"silverstripe/siteconfig": "4.0.x-dev",
|
"silverstripe/siteconfig": "4.0.x-dev",
|
||||||
"silverstripe-themes/simple": "~3.2.0",
|
"silverstripe-themes/simple": "~3.2.0",
|
||||||
"silverstripe/asset-admin": "1.0.x-dev"
|
"silverstripe/asset-admin": "1.0.x-dev"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/PHPUnit": "~4.8"
|
"phpunit/PHPUnit": "~4.8"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": [],
|
||||||
"branch-alias": {
|
"config": {
|
||||||
"dev-master": "4.0.x-dev"
|
"process-timeout": 600
|
||||||
}
|
},
|
||||||
},
|
"prefer-stable": true,
|
||||||
"config": {
|
"minimum-stability": "dev"
|
||||||
"process-timeout": 600
|
|
||||||
},
|
|
||||||
"prefer-stable": true,
|
|
||||||
"minimum-stability": "dev"
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user