{ "name": "nextcloud/repod", "description": "🔊 Browse, manage and listen to podcasts", "license": "AGPL-3.0-or-later", "autoload": { "psr-4": { "OCA\\RePod\\": "lib/", "OCA\\GPodderSync\\": "stubs/OCA/GPodderSync/" } }, "scripts": { "lint": "find . -name \\*.php -not -path './vendor/*' -not -path './vendor-bin/*' -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 --threads=1 --no-cache --show-info=true" }, "require-dev": { "nextcloud/ocp": "^29.0.1", "roave/security-advisories": "dev-latest", "nextcloud/coding-standard": "^1.2.1", "vimeo/psalm": "^5.24.0" }, "config": { "optimize-autoloader": true, "sort-packages": true, "platform": { "php": "8.1" } } }