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",
|
2017-07-11 06:04:01 +02:00
|
|
|
"silverstripe/recipe-cms": "1.0.x-dev",
|
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": [
|
|
|
|
"assets/*",
|
|
|
|
"mysite/_config/*",
|
|
|
|
".env.example",
|
2017-10-10 04:36:17 +02:00
|
|
|
"favicon.ico"
|
2017-10-11 06:31:50 +02:00
|
|
|
]
|
2017-07-05 23:03:09 +02:00
|
|
|
},
|
2017-07-03 06:53:55 +02:00
|
|
|
"config": {
|
|
|
|
"process-timeout": 600
|
|
|
|
},
|
|
|
|
"prefer-stable": true,
|
|
|
|
"minimum-stability": "dev"
|
2017-10-25 00:14:32 +02:00
|
|
|
}
|