2018-02-05 12:11:01 +01:00
|
|
|
{
|
2018-03-24 11:45:31 +01:00
|
|
|
"name": "silverstripe/installer",
|
|
|
|
"type": "silverstripe-recipe",
|
|
|
|
"description": "The SilverStripe Framework Installer",
|
2018-02-05 12:11:01 +01:00
|
|
|
"require": {
|
2018-03-24 11:45:31 +01:00
|
|
|
"php": ">=7.1.0",
|
|
|
|
"silverstripe/recipe-cms": "1.1",
|
2018-04-21 05:36:06 +02:00
|
|
|
"wilr/silverstripe-googlesitemaps": "*",
|
|
|
|
"silverstripe/userforms": "*",
|
|
|
|
"undefinedoffset/sortablegridfield": "*",
|
|
|
|
"silverstripe/spamprotection": "*",
|
|
|
|
"silverstripe/recaptcha": "*",
|
2018-02-05 12:11:01 +01:00
|
|
|
"jonom/silverstripe-betternavigator": "*",
|
2018-04-21 05:36:06 +02:00
|
|
|
"sheadawson/silverstripe-linkable": "*",
|
|
|
|
"silverstripe/externallinks": "*",
|
|
|
|
"symbiote/silverstripe-gridfieldextensions": "*",
|
|
|
|
"colymba/gridfield-bulk-editing-tools": "3.0.0-beta4",
|
|
|
|
"dnadesign/silverstripe-elemental-list": "*",
|
|
|
|
"dnadesign/silverstripe-elemental-virtual": "*",
|
|
|
|
"dnadesign/silverstripe-elemental-userforms": "*"
|
2018-02-05 12:11:01 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-03-24 11:45:31 +01:00
|
|
|
"phpunit/phpunit": "^5.7"
|
2018-02-05 12:11:01 +01:00
|
|
|
},
|
2018-03-24 11:45:31 +01:00
|
|
|
"extra": {
|
|
|
|
"expose": [
|
2018-04-21 05:36:06 +02:00
|
|
|
"site/client/dist",
|
|
|
|
"site/thirdparty/client"
|
2018-03-24 11:45:31 +01:00
|
|
|
],
|
|
|
|
"project-files-installed": [
|
|
|
|
"mysite/.htaccess",
|
|
|
|
"mysite/_config.php",
|
|
|
|
"mysite/_config/mysite.yml",
|
|
|
|
"mysite/code/Page.php",
|
|
|
|
"mysite/code/PageController.php"
|
|
|
|
],
|
|
|
|
"public-files-installed": [
|
|
|
|
".htaccess",
|
|
|
|
"index.php",
|
|
|
|
"install-frameworkmissing.html",
|
|
|
|
"install.php",
|
|
|
|
"web.config"
|
|
|
|
]
|
2018-02-05 12:11:01 +01:00
|
|
|
},
|
|
|
|
"config": {
|
2018-03-24 11:45:31 +01:00
|
|
|
"process-timeout": 600
|
2018-02-05 12:11:01 +01:00
|
|
|
},
|
2018-03-24 11:45:31 +01:00
|
|
|
"prefer-stable": true,
|
2018-02-05 12:11:01 +01:00
|
|
|
"minimum-stability": "dev"
|
2018-04-21 05:36:06 +02:00
|
|
|
}
|