mirror of
https://github.com/chenasraf/cospend-nc.git
synced 2026-05-18 01:39:06 +00:00
34 lines
816 B
JSON
34 lines
816 B
JSON
{
|
|
"name": "julien-nc/cospend",
|
|
"authors": [
|
|
{
|
|
"name": "Julien Veyssier",
|
|
"email": "julien-nc@posteo.net"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"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",
|
|
"psalm": "psalm.phar --no-cache",
|
|
"test:unit": "phpunit --config tests/phpunit.xml",
|
|
"openapi": "generate-spec --verbose --allow-missing-docs --continue-on-error"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/nextcloud/openapi-extractor"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.0"
|
|
},
|
|
"require-dev": {
|
|
"nextcloud/coding-standard": "^1.1",
|
|
"psalm/phar": "^5.16",
|
|
"nextcloud/ocp": "dev-master",
|
|
"phpunit/phpunit": "^9.5",
|
|
"nextcloud/openapi-extractor": "dev-main"
|
|
}
|
|
}
|