mirror of https://github.com/sualko/cloud_bbb
chore: update bbb api
parent
b0edd567f0
commit
07f679aa09
|
@ -9,14 +9,8 @@
|
||||||
"email": "klaus@jsxc.org"
|
"email": "klaus@jsxc.org"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"repositories": [
|
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/littleredbutton/bigbluebutton-api-php/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"require": {
|
"require": {
|
||||||
"bigbluebutton/bigbluebutton-api-php": "dev-master"
|
"littleredbutton/bigbluebutton-api-php": "^3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^7.5",
|
"phpunit/phpunit": "^7.5",
|
||||||
|
|
|
@ -4,42 +4,57 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "36066ac704418191a14ede152a1f91c6",
|
"content-hash": "e47f0ae5a3ec5052804c34fe2fe1d186",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bigbluebutton/bigbluebutton-api-php",
|
"name": "littleredbutton/bigbluebutton-api-php",
|
||||||
"version": "dev-master",
|
"version": "3.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/littleredbutton/bigbluebutton-api-php.git",
|
"url": "https://github.com/littleredbutton/bigbluebutton-api-php.git",
|
||||||
"reference": "9d65e377199f3262605685c87483f249357ab55e"
|
"reference": "73d2875efabf38e9023dbda3dae1dec99400e7fc"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/littleredbutton/bigbluebutton-api-php/zipball/9d65e377199f3262605685c87483f249357ab55e",
|
"url": "https://api.github.com/repos/littleredbutton/bigbluebutton-api-php/zipball/73d2875efabf38e9023dbda3dae1dec99400e7fc",
|
||||||
"reference": "9d65e377199f3262605685c87483f249357ab55e",
|
"reference": "73d2875efabf38e9023dbda3dae1dec99400e7fc",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
|
"ext-json": "*",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-simplexml": "*",
|
"ext-simplexml": "*",
|
||||||
"php": "^7.2"
|
"php": "^7.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"composer/composer": "1.7.*@dev",
|
"brainmaestro/composer-git-hooks": "^2.8",
|
||||||
|
"composer/composer": "^1.10.0",
|
||||||
"friendsofphp/php-cs-fixer": "2.*",
|
"friendsofphp/php-cs-fixer": "2.*",
|
||||||
"fzaninotto/faker": "~1.8.0",
|
"fzaninotto/faker": "~1.9.0",
|
||||||
"php-coveralls/php-coveralls": "2.1.*",
|
"php-coveralls/php-coveralls": "~2.2.0",
|
||||||
"phpunit/phpunit": "6.*",
|
"phpunit/phpunit": "^8",
|
||||||
"squizlabs/php_codesniffer": "3.*"
|
"squizlabs/php_codesniffer": "3.*"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"hooks": {
|
||||||
|
"pre-commit": [
|
||||||
|
"vendor/bin/php-cs-fixer fix --dry-run --allow-risky=yes"
|
||||||
|
],
|
||||||
|
"pre-push": [
|
||||||
|
"vendor/bin/phpunit"
|
||||||
|
],
|
||||||
|
"post-merge": "composer install",
|
||||||
|
"post-checkout": "composer install"
|
||||||
|
}
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"BigBlueButton\\": "src"
|
"BigBlueButton\\": "src"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"GPL-3.0"
|
"GPL-3.0"
|
||||||
],
|
],
|
||||||
|
@ -48,6 +63,31 @@
|
||||||
"name": "Ghazi Triki",
|
"name": "Ghazi Triki",
|
||||||
"email": "ghazi.nocturne@gmail.com",
|
"email": "ghazi.nocturne@gmail.com",
|
||||||
"role": "Developer"
|
"role": "Developer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Klaus Herberth",
|
||||||
|
"email": "klaus@jsxc.org",
|
||||||
|
"role": "Developer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Samuel Weirich",
|
||||||
|
"email": "samuel@coding-space.de",
|
||||||
|
"role": "Developer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Jignesh Joisar",
|
||||||
|
"email": "jigneshjoisar@gmail.com",
|
||||||
|
"role": "Developer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Pablo Ogando",
|
||||||
|
"email": "pablo.ogando@teltek.es",
|
||||||
|
"role": "Developer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Alfonso Rodríguez",
|
||||||
|
"email": "arodriguez@teltek.es",
|
||||||
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "BigBlueButton PHP API Library for PHP",
|
"description": "BigBlueButton PHP API Library for PHP",
|
||||||
|
@ -57,11 +97,7 @@
|
||||||
"bbb",
|
"bbb",
|
||||||
"bigbluebutton"
|
"bigbluebutton"
|
||||||
],
|
],
|
||||||
"support": {
|
"time": "2020-05-26T07:11:31+00:00"
|
||||||
"source": "https://github.com/littleredbutton/bigbluebutton-api-php/tree/master",
|
|
||||||
"issues": "https://github.com/littleredbutton/bigbluebutton-api-php/issues"
|
|
||||||
},
|
|
||||||
"time": "2020-05-21T12:16:07+00:00"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
|
@ -3023,9 +3059,7 @@
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": [],
|
||||||
"bigbluebutton/bigbluebutton-api-php": 20
|
|
||||||
},
|
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": [],
|
"platform": [],
|
||||||
|
|
Loading…
Reference in New Issue