2012-11-01 17:26:18 +01:00
|
|
|
{
|
2017-07-03 06:53:55 +02:00
|
|
|
"name": "silverstripe/installer",
|
2017-07-11 06:04:01 +02:00
|
|
|
"type": "silverstripe-recipe",
|
2017-07-03 06:53:55 +02:00
|
|
|
"description": "The SilverStripe Framework Installer",
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.6.0",
|
2017-10-25 00:14:32 +02:00
|
|
|
"silverstripe/recipe-plugin": "^1",
|
2018-06-19 07:14:19 +02:00
|
|
|
"silverstripe/recipe-cms": "1.1.2@stable",
|
2017-07-03 06:53:55 +02:00
|
|
|
"silverstripe-themes/simple": "~3.2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-11-07 13:58:43 +01:00
|
|
|
"phpunit/phpunit": "^5.7"
|
2017-07-03 06:53:55 +02:00
|
|
|
},
|
2017-07-05 23:03:09 +02:00
|
|
|
"extra": {
|
2017-07-11 06:04:01 +02:00
|
|
|
"project-files": [
|
|
|
|
"mysite/_config/*",
|
2018-01-12 04:28:15 +01:00
|
|
|
".env.example"
|
|
|
|
],
|
|
|
|
"public-files": [
|
|
|
|
"assets/*",
|
2017-10-10 04:36:17 +02:00
|
|
|
"favicon.ico"
|
2017-07-11 06:04:01 +02:00
|
|
|
],
|
2017-07-05 23:03:09 +02:00
|
|
|
"branch-alias": {
|
2018-02-07 04:42:25 +01:00
|
|
|
"4.x-dev": "4.2.x-dev",
|
2017-07-05 23:03:09 +02:00
|
|
|
"dev-master": "5.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2017-07-03 06:53:55 +02:00
|
|
|
"config": {
|
|
|
|
"process-timeout": 600
|
|
|
|
},
|
|
|
|
"prefer-stable": true,
|
|
|
|
"minimum-stability": "dev"
|
2018-06-19 07:14:19 +02:00
|
|
|
}
|