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-23 06:42:34 +02:00
|
|
|
"silverstripe/cms": "~4.0.0-alpha2",
|
|
|
|
"silverstripe/framework": "~4.0.0-alpha2",
|
|
|
|
"silverstripe/reports": "~4.0.0-alpha2",
|
|
|
|
"silverstripe/siteconfig": "~4.0.0-alpha2",
|
2016-09-20 00:20:52 +02:00
|
|
|
"silverstripe-themes/simple": "~3.2.0",
|
2016-09-23 06:42:34 +02:00
|
|
|
"silverstripe/asset-admin": "~1.0.0-alpha2"
|
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-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
|
|
|
}
|