/home/techb158/ileadtechnology.com/vendor/bigbluebutton/bigbluebutton-api-php
Edit: /home/techb158/ileadtechnology.com/vendor/bigbluebutton/bigbluebutton-api-php/composer.json (977B)
{
"name": "bigbluebutton/bigbluebutton-api-php",
"type": "library",
"description": "BigBlueButton PHP API Library for PHP",
"keywords": [
"bigbluebutton",
"bbb",
"api"
],
"homepage": "http://bigbluebutton.org/",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Ghazi Triki",
"email": "ghazi.triki@riadvice.tn",
"role": "Developer"
}
],
"repositories": {
"packagist": {
"url": "https://packagist.org",
"type": "composer"
}
},
"require": {
"php": ">=7.1",
"ext-curl": "*",
"ext-simplexml": "*",
"ext-mbstring": "*"
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "^8.5",
"fakerphp/faker": "^1.17",
"friendsofphp/php-cs-fixer": "^3.8.0",
"squizlabs/php_codesniffer": "^3.7",
"php-coveralls/php-coveralls": "^2.5.2"
},
"options": {
"symlink": false
},
"autoload": {
"psr-4": {
"BigBlueButton\\": "src"
}
}
}