41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
{
|
|
"name": "manuth/nuth.ch",
|
|
"type": "silverstripe-recipe",
|
|
"description": "The source code of nuth.ch",
|
|
"version": "1.0",
|
|
"require": {
|
|
"php": ">=5.6.0",
|
|
"silverstripe/recipe-plugin": "^1.2",
|
|
"silverstripe/recipe-cms": "4.3.3@stable",
|
|
"silverstripe-themes/simple": "~3.2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7",
|
|
"squizlabs/php_codesniffer": "*"
|
|
},
|
|
"scripts": {
|
|
"lint": "phpcs --report=csv ."
|
|
},
|
|
"extra": {
|
|
"project-files-installed": [
|
|
"app/.htaccess",
|
|
"app/_config.php",
|
|
"app/_config/mysite.yml",
|
|
"app/src/Page.php",
|
|
"app/src/PageController.php"
|
|
],
|
|
"public-files-installed": [
|
|
".htaccess",
|
|
"index.php",
|
|
"install-frameworkmissing.html",
|
|
"install.php",
|
|
"web.config"
|
|
]
|
|
},
|
|
"config": {
|
|
"process-timeout": 600
|
|
},
|
|
"prefer-stable": true,
|
|
"minimum-stability": "dev"
|
|
}
|