2012-11-01 17:26:18 +01:00
|
|
|
{
|
2017-07-03 16:53:55 +12:00
|
|
|
"name": "silverstripe/installer",
|
2017-07-11 16:04:01 +12:00
|
|
|
"type": "silverstripe-recipe",
|
2017-07-03 16:53:55 +12:00
|
|
|
"description": "The SilverStripe Framework Installer",
|
|
|
|
"require": {
|
2022-02-21 09:51:35 +13:00
|
|
|
"php": "^7.4 || ^8.0",
|
2018-04-05 16:43:07 +12:00
|
|
|
"silverstripe/recipe-plugin": "^1.2",
|
2021-09-03 11:53:14 +12:00
|
|
|
"silverstripe/recipe-cms": "4.x-dev",
|
2019-07-05 16:45:11 +12:00
|
|
|
"silverstripe-themes/simple": "~3.2.0",
|
2021-09-03 11:53:14 +12:00
|
|
|
"silverstripe/login-forms": "4.x-dev"
|
2017-07-03 16:53:55 +12:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-11-04 11:13:45 +13:00
|
|
|
"phpunit/phpunit": "^9.5"
|
2017-07-03 16:53:55 +12:00
|
|
|
},
|
2017-07-06 09:03:09 +12:00
|
|
|
"extra": {
|
2017-07-11 16:04:01 +12:00
|
|
|
"project-files": [
|
2018-04-05 15:17:03 +12:00
|
|
|
"app/_config/*",
|
2018-01-12 16:28:15 +13:00
|
|
|
".env.example"
|
|
|
|
],
|
|
|
|
"public-files": [
|
|
|
|
"assets/*",
|
2017-10-10 15:36:17 +13:00
|
|
|
"favicon.ico"
|
2017-07-11 16:04:01 +12:00
|
|
|
],
|
2019-01-16 21:34:13 +13:00
|
|
|
"resources-dir": "_resources"
|
2017-07-06 09:03:09 +12:00
|
|
|
},
|
2017-07-03 16:53:55 +12:00
|
|
|
"config": {
|
2022-01-21 10:13:00 +13:00
|
|
|
"process-timeout": 600,
|
|
|
|
"allow-plugins": {
|
2022-04-14 17:01:13 +12:00
|
|
|
"composer/installers": true,
|
2022-01-21 10:13:00 +13:00
|
|
|
"silverstripe/recipe-plugin": true,
|
|
|
|
"silverstripe/vendor-plugin": true
|
|
|
|
}
|
2017-07-03 16:53:55 +12:00
|
|
|
},
|
|
|
|
"prefer-stable": true,
|
|
|
|
"minimum-stability": "dev"
|
2018-01-12 16:28:15 +13:00
|
|
|
}
|