{ "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": "^3.0" }, "require-dev": { "phpunit/phpunit": "^8", "friendsofphp/php-cs-fixer": "^2.16", "nextcloud/coding-standard": "^0.3.0" }, "config": { "optimize-autoloader": true, "classmap-authoritative": true }, "scripts": { "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;" } }