2020-04-26 11:36:41 +02:00
|
|
|
{
|
|
|
|
"name": "sualko/bigbluebutton",
|
|
|
|
"description": "Nextcloud Integration for BigBlueButton",
|
|
|
|
"type": "project",
|
|
|
|
"license": "AGPL",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Klaus Herberth",
|
|
|
|
"email": "klaus@jsxc.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2020-06-04 18:44:46 +02:00
|
|
|
"littleredbutton/bigbluebutton-api-php": "^3.0"
|
2020-04-26 11:36:41 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-06-10 13:55:49 +02:00
|
|
|
"phpunit/phpunit": "^8",
|
2020-06-19 09:28:58 +02:00
|
|
|
"friendsofphp/php-cs-fixer": "^2.16",
|
2020-06-19 10:49:40 +02:00
|
|
|
"nextcloud/coding-standard": "^0.3.0",
|
|
|
|
"phpstan/phpstan": "^0.12.29"
|
2020-04-26 11:36:41 +02:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"classmap-authoritative": true
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"
|
|
|
|
}
|
|
|
|
}
|