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-08-05 09:35:35 +12:00
|
|
|
"php": "^8.1",
|
2023-09-19 11:11:24 +12:00
|
|
|
"silverstripe/recipe-plugin": "~2.0.0@stable",
|
|
|
|
"silverstripe/vendor-plugin": "~2.0.1@stable",
|
|
|
|
"silverstripe/recipe-cms": "~5.1.0@rc",
|
|
|
|
"silverstripe-themes/simple": "~3.3.0@stable",
|
|
|
|
"silverstripe/login-forms": "~5.1.0@rc"
|
2017-07-03 16:53:55 +12:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-08-09 15:02:43 +12:00
|
|
|
"phpunit/phpunit": "^9.6"
|
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/*",
|
2022-05-30 12:21:41 +12:00
|
|
|
".env.example",
|
|
|
|
".graphql-generated/*"
|
2018-01-12 16:28:15 +13:00
|
|
|
],
|
|
|
|
"public-files": [
|
|
|
|
"assets/*",
|
2017-10-10 15:36:17 +13:00
|
|
|
"favicon.ico"
|
2022-08-05 13:53:37 +12:00
|
|
|
]
|
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"
|
2023-08-31 14:08:07 +12:00
|
|
|
}
|