mirror of https://github.com/sualko/cloud_bbb
29 lines
749 B
JSON
29 lines
749 B
JSON
{
|
|
"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",
|
|
"phpstan/phpstan": "^0.12.29"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"classmap-authoritative": true
|
|
},
|
|
"scripts": {
|
|
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"
|
|
}
|
|
}
|