2012-11-01 17:26:18 +01:00
|
|
|
{
|
2017-04-05 06:24:47 +02:00
|
|
|
"name": "silverstripe/installer",
|
|
|
|
"description": "The SilverStripe Framework Installer",
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.6.0",
|
|
|
|
"silverstripe/admin": "~1.0.0@alpha",
|
|
|
|
"silverstripe/asset-admin": "~1.0.0@alpha",
|
|
|
|
"silverstripe/assets": "~1.0.0@alpha",
|
|
|
|
"silverstripe/campaign-admin": "~1.0.0@alpha",
|
|
|
|
"silverstripe/cms": "~4.0.0@alpha",
|
|
|
|
"silverstripe/config": "~1.0.0@alpha",
|
|
|
|
"silverstripe/framework": "~4.0.0@alpha",
|
|
|
|
"silverstripe/graphql": "~0.2.2@stable",
|
|
|
|
"silverstripe/reports": "~4.0.0@alpha",
|
|
|
|
"silverstripe/siteconfig": "~4.0.0@alpha",
|
|
|
|
"silverstripe/versioned": "~1.0.0@alpha",
|
|
|
|
"silverstripe-themes/simple": "~3.2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/PHPUnit": "^5.7"
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "4.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"process-timeout": 600
|
|
|
|
},
|
|
|
|
"prefer-stable": true,
|
|
|
|
"minimum-stability": "dev"
|
|
|
|
}
|