{ "name": "sualko/bigbluebutton", "description": "Nextcloud Integration for BigBlueButton", "type": "project", "license": "AGPL", "authors": [ { "name": "Klaus Herberth", "email": "klaus@jsxc.org" } ], "require": { "littleredbutton/bigbluebutton-api-php": "^4.0" }, "require-dev": { "phpunit/phpunit": "^8.5 || ^9.3", "friendsofphp/php-cs-fixer": "^3", "nextcloud/coding-standard": "^1.0.0", "phpstan/phpstan": "^0.12.29", "christophwurst/nextcloud": "^22.0 || ^23.0 || ^24.0", "vimeo/psalm": "^4.5" }, "config": { "optimize-autoloader": true, "classmap-authoritative": true }, "scripts": { "test": "phpunit --configuration phpunit.xml --fail-on-warning", "cs:check": "php-cs-fixer fix --dry-run --diff", "cs:fix": "php-cs-fixer fix", "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;", "psalm": "psalm --threads=1", "psalm:clear": "psalm --clear-cache && psalm --clear-global-cache", "psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType" } }