Skip to content

Commit 82b30fe

Browse files
committed
Update composer dependencies and fix the license.
1 parent f594331 commit 82b30fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"api"
99
],
1010
"homepage": "http://bigbluebutton.org/",
11-
"license": "GPL-3.0",
11+
"license": "LGPL-3.0-or-later",
1212
"authors": [
1313
{
1414
"name": "Ghazi Triki",
@@ -23,20 +23,20 @@
2323
}
2424
},
2525
"require": {
26-
"php": ">=5.4",
26+
"php": ">=7.0",
2727
"ext-curl": "*",
2828
"ext-simplexml": "*",
2929
"ext-mbstring": "*"
3030
},
3131
"require-dev": {
32-
"php": ">=7.0",
32+
"php": ">=8.0",
3333
"ext-mbstring": "*",
34-
"composer/composer": "1.7.*@dev",
35-
"phpunit/phpunit": "6.*",
36-
"fzaninotto/faker": "~1.8.0",
34+
"composer/composer": "^1.10.0",
35+
"phpunit/phpunit": "^8",
36+
"fakerphp/faker": "^1.14",
3737
"friendsofphp/php-cs-fixer": "2.*",
3838
"squizlabs/php_codesniffer": "3.*",
39-
"php-coveralls/php-coveralls": "2.1.*"
39+
"php-coveralls/php-coveralls": "^2.4.0"
4040
},
4141
"autoload": {
4242
"psr-4": {

0 commit comments

Comments
 (0)