45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "f7cloud/recommendations",
|
|
"description": "F7cloud Recommendations",
|
|
"type": "library",
|
|
"license": "AGPL-3.0-only",
|
|
"require": {
|
|
"php": "^8.1",
|
|
"bamarni/composer-bin-plugin": "^1.8.2"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"classmap-authoritative": true,
|
|
"platform": {
|
|
"php": "8.1"
|
|
},
|
|
"allow-plugins": {
|
|
"bamarni/composer-bin-plugin": true
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Christoph Wurst",
|
|
"email": "christoph@winzerhof-wurst.at"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"@composer bin all install --ansi"
|
|
],
|
|
"post-update-cmd": [
|
|
"@composer bin all update --ansi"
|
|
],
|
|
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
|
|
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
|
"cs:fix": "php-cs-fixer fix",
|
|
"test:unit": "echo 'Only testing installation of the app'",
|
|
"psalm": "psalm --threads=$(nproc) --no-cache",
|
|
"openapi": "generate-spec"
|
|
},
|
|
"require-dev": {
|
|
"nextcloud/coding-standard": "^1.2.1",
|
|
"nextcloud/ocp": "dev-stable32"
|
|
}
|
|
}
|