mirror of
https://github.com/chenasraf/cospend-nc.git
synced 2026-05-17 17:38:10 +00:00
26 lines
582 B
JSON
26 lines
582 B
JSON
{
|
|
"name": "julien-nc/cospend",
|
|
"authors": [
|
|
{
|
|
"name": "Julien Veyssier",
|
|
"email": "julien-nc@posteo.net"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.0"
|
|
},
|
|
"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"
|
|
},
|
|
"require-dev": {
|
|
"nextcloud/coding-standard": "^1.1",
|
|
"psalm/phar": "^5.16",
|
|
"nextcloud/ocp": "dev-master",
|
|
"phpunit/phpunit": "^9.5"
|
|
}
|
|
}
|