nuth.ch/composer.json

41 lines
1 KiB
JSON
Raw Normal View History

2019-03-27 07:55:08 +00:00
{
2019-04-05 08:45:41 +00:00
"name": "manuth/nuth.ch",
2019-03-27 07:55:08 +00:00
"type": "silverstripe-recipe",
2019-04-05 08:45:41 +00:00
"description": "The source code of nuth.ch",
"version": "1.0",
2019-03-27 07:55:08 +00:00
"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"
}