2012-11-01 17:26:18 +01:00
|
|
|
{
|
|
|
|
"name": "silverstripe/installer",
|
|
|
|
"description": "The SilverStripe Framework Installer",
|
|
|
|
"require": {
|
2016-05-13 00:01:34 +02:00
|
|
|
"php": ">=5.5.0",
|
2016-09-20 10:20:52 +12:00
|
|
|
"silverstripe/cms": "4.0.x-dev",
|
|
|
|
"silverstripe/framework": "4.0.x-dev",
|
|
|
|
"silverstripe/reports": "4.0.x-dev",
|
|
|
|
"silverstripe/siteconfig": "4.0.x-dev",
|
|
|
|
"silverstripe-themes/simple": "~3.2.0",
|
2017-01-17 11:44:33 +13:00
|
|
|
"silverstripe/asset-admin": "1.0.x-dev",
|
|
|
|
"silverstripe/graphql": "0.2.x-dev"
|
2012-11-01 17:26:18 +01:00
|
|
|
},
|
2015-02-26 14:21:47 +13:00
|
|
|
"require-dev": {
|
2016-01-25 15:09:58 +00:00
|
|
|
"phpunit/PHPUnit": "~4.8"
|
2015-02-26 14:21:47 +13:00
|
|
|
},
|
2013-05-31 18:10:15 +02:00
|
|
|
"extra": {
|
2012-12-11 18:01:38 +01:00
|
|
|
"branch-alias": {
|
2014-11-20 17:19:24 +13:00
|
|
|
"dev-master": "4.0.x-dev"
|
2013-06-02 20:38:13 +02:00
|
|
|
}
|
2013-03-06 20:22:48 +13:00
|
|
|
},
|
|
|
|
"config": {
|
2015-02-26 14:29:38 +13:00
|
|
|
"process-timeout": 600
|
2013-03-06 20:22:48 +13:00
|
|
|
},
|
2015-07-03 17:34:58 +01:00
|
|
|
"prefer-stable": true,
|
2012-11-01 17:26:18 +01:00
|
|
|
"minimum-stability": "dev"
|
2012-11-04 21:24:59 +13:00
|
|
|
}
|