29 lines
922 B
JSON
29 lines
922 B
JSON
{
|
|
"name": "verdigado/groupfolder_filesystem_snapshots",
|
|
"description": "App proving a API for other apps, that allows restoring a groupfolder to a previous snapshot in the filesystem",
|
|
"type": "project",
|
|
"license": "AGPL",
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Treffler",
|
|
"email": "jonathan.treffler@verdigado.com"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5",
|
|
"nextcloud/coding-standard": "^1.0.0",
|
|
"nextcloud/ocp": "dev-stable25"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"classmap-authoritative": true,
|
|
"platform": {
|
|
"php": "7.4"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
|
|
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
|
"cs:fix": "php-cs-fixer fix"
|
|
}
|
|
}
|