%PDF- %PDF-
Direktori : /www/varak.net/nextcloud.varak.net/apps/twofactor_nextcloud_notification/ |
Current File : //www/varak.net/nextcloud.varak.net/apps/twofactor_nextcloud_notification/composer.json |
{ "autoload": { "psr-4": { "OCA\\TwoFactorNextcloudNotification\\": "lib/" } }, "name": "nextcloud/twofactor_nextcloud_notification", "description": "Twofactor via nextcloud notifications", "license": "AGPL", "config": { "optimize-autoloader": true, "classmap-authoritative": true, "platform": { "php": "8.1" }, "sort-packages": true }, "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", "psalm": "psalm.phar --threads=1", "psalm:dev": "psalm.phar --no-cache --threads=$(nproc)", "psalm:update-baseline": "psalm.phar --threads=1 --update-baseline --set-baseline=tests/psalm-baseline.xml", "psalm:clear": "psalm.phar --clear-cache && psalm.phar --clear-global-cache", "psalm:fix": "psalm.phar --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType", "test:unit": "echo 'Only testing installation of the app'" }, "require-dev": { "nextcloud/coding-standard": "^1.2.1", "nextcloud/ocp": "dev-stable30", "phpunit/phpunit": "^9.6.19", "psalm/phar": "^5.25.0" } }