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 00:20:52 +02: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",
|
2016-08-29 11:24:53 +02:00
|
|
|
"silverstripe/asset-admin": "1.0.x-dev"
|
2012-11-01 17:26:18 +01:00
|
|
|
},
|
2015-02-26 02:21:47 +01:00
|
|
|
"require-dev": {
|
2016-01-25 16:09:58 +01:00
|
|
|
"phpunit/PHPUnit": "~4.8"
|
2015-02-26 02:21:47 +01:00
|
|
|
},
|
2013-05-31 18:10:15 +02:00
|
|
|
"extra": {
|
2012-12-11 18:01:38 +01:00
|
|
|
"branch-alias": {
|
2014-11-20 05:19:24 +01:00
|
|
|
"dev-master": "4.0.x-dev"
|
2013-06-02 20:38:13 +02:00
|
|
|
}
|
2013-03-06 08:22:48 +01:00
|
|
|
},
|
|
|
|
"config": {
|
2015-02-26 02:29:38 +01:00
|
|
|
"process-timeout": 600
|
2013-03-06 08:22:48 +01:00
|
|
|
},
|
2015-07-03 18:34:58 +02:00
|
|
|
"prefer-stable": true,
|
2012-11-01 17:26:18 +01:00
|
|
|
"minimum-stability": "dev"
|
2012-11-04 09:24:59 +01:00
|
|
|
}
|