This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
78 lines (78 loc) · 2.75 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "94ee6f557a9cd4bcb1b304fe0f865117",
"packages": [
{
"name": "bigbluebutton/bigbluebutton-api-php",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/bigbluebutton/bigbluebutton-api-php.git",
"reference": "9ae8bea5d0d31126244ccfe96f8eaeaf621b2a4d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bigbluebutton/bigbluebutton-api-php/zipball/9ae8bea5d0d31126244ccfe96f8eaeaf621b2a4d",
"reference": "9ae8bea5d0d31126244ccfe96f8eaeaf621b2a4d",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"php": ">=7.1"
},
"require-dev": {
"composer/composer": "^1.10.24",
"ext-mbstring": "*",
"fakerphp/faker": "^1.17",
"friendsofphp/php-cs-fixer": "^2.19",
"php-coveralls/php-coveralls": "^2.5.2",
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.6"
},
"type": "library",
"autoload": {
"psr-4": {
"BigBlueButton\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Ghazi Triki",
"email": "[email protected]",
"role": "Developer"
}
],
"description": "BigBlueButton PHP API Library for PHP",
"homepage": "http://bigbluebutton.org/",
"keywords": [
"api",
"bbb",
"bigbluebutton"
],
"support": {
"issues": "https://github.com/bigbluebutton/bigbluebutton-api-php/issues",
"source": "https://github.com/bigbluebutton/bigbluebutton-api-php/tree/2.1.1"
},
"time": "2022-01-24T15:53:50+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}