{ "name": "pniebeling/workflow_deck_automation", "description": "Automates moving overdue Deck cards between stacks, configurable per user, via Deck's own internal classes.", "license": "AGPL-3.0-or-later", "type": "project", "config": { "optimize-autoloader": true, "sort-packages": true }, "autoload": { "psr-4": { "OCA\\WorkflowDeckAutomation\\": "lib/" } }, "autoload-dev": { "psr-4": { "OCA\\WorkflowDeckAutomation\\Tests\\": "tests/" } }, "require-dev": { "nextcloud/ocp": "dev-master", "nextcloud/coding-standard": "^1.3", "phpunit/phpunit": "^10.5" }, "scripts": { "lint": "find lib tests -name '*.php' -print0 | xargs -0 -n1 -- php -l", "cs:check": "php-cs-fixer fix --dry-run --diff", "cs:fix": "php-cs-fixer fix", "test:unit": "phpunit --testsuite unit" } }