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": {
|
2022-08-04 23:35:35 +02:00
|
|
|
"php": "^8.1",
|
2024-09-09 23:10:46 +02:00
|
|
|
"silverstripe/recipe-plugin": "2.0.x-dev",
|
|
|
|
"silverstripe/vendor-plugin": "2.0.x-dev",
|
|
|
|
"silverstripe/recipe-cms": "5.3.x-dev",
|
|
|
|
"silverstripe-themes/simple": "3.3.x-dev",
|
|
|
|
"silverstripe/login-forms": "5.3.x-dev"
|
2017-07-03 06:53:55 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-08-09 05:02:43 +02:00
|
|
|
"phpunit/phpunit": "^9.6"
|
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": [
|
2018-04-05 05:17:03 +02:00
|
|
|
"app/_config/*",
|
2022-05-30 02:21:41 +02:00
|
|
|
".env.example",
|
|
|
|
".graphql-generated/*"
|
2018-01-12 04:28:15 +01:00
|
|
|
],
|
|
|
|
"public-files": [
|
|
|
|
"assets/*",
|
2017-10-10 04:36:17 +02:00
|
|
|
"favicon.ico"
|
2022-08-05 03:53:37 +02:00
|
|
|
]
|
2017-07-05 23:03:09 +02:00
|
|
|
},
|
2017-07-03 06:53:55 +02:00
|
|
|
"config": {
|
2022-01-20 22:13:00 +01:00
|
|
|
"process-timeout": 600,
|
|
|
|
"allow-plugins": {
|
2022-04-14 07:01:13 +02:00
|
|
|
"composer/installers": true,
|
2022-01-20 22:13:00 +01:00
|
|
|
"silverstripe/recipe-plugin": true,
|
|
|
|
"silverstripe/vendor-plugin": true
|
|
|
|
}
|
2017-07-03 06:53:55 +02:00
|
|
|
},
|
|
|
|
"prefer-stable": true,
|
|
|
|
"minimum-stability": "dev"
|
2023-08-31 04:08:07 +02:00
|
|
|
}
|