Composer: Bump littleredbutton/bigbluebutton-api-php from 4.3.0 to 6.1.0

Bumps [littleredbutton/bigbluebutton-api-php](https://github.com/littleredbutton/bigbluebutton-api-php) from 4.3.0 to 6.1.0.
- [Release notes](https://github.com/littleredbutton/bigbluebutton-api-php/releases)
- [Commits](https://github.com/littleredbutton/bigbluebutton-api-php/compare/4.3.0...6.1.0)

---
updated-dependencies:
- dependency-name: littleredbutton/bigbluebutton-api-php
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/325/head
dependabot[bot] 2025-05-16 13:16:49 +00:00 committed by GitHub
parent 6c4f4a414d
commit 950785879b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 25 additions and 22 deletions

View File

@ -9,7 +9,7 @@
} }
], ],
"require": { "require": {
"littleredbutton/bigbluebutton-api-php": "^4.0" "littleredbutton/bigbluebutton-api-php": "^6.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.5 || ^9.3", "phpunit/phpunit": "^8.5 || ^9.3",

45
composer.lock generated
View File

@ -4,20 +4,20 @@
"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": "777b224a8c72682eeed6022827471799", "content-hash": "3cf6cefbd73e7354dc7058789adaa896",
"packages": [ "packages": [
{ {
"name": "littleredbutton/bigbluebutton-api-php", "name": "littleredbutton/bigbluebutton-api-php",
"version": "4.3.0", "version": "6.1.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": "ea8c6fa7676d9876b13d12be496b6f5b5a6cf4d9" "reference": "7a7f832b521f101b66607789d2a7efbddf138a31"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/littleredbutton/bigbluebutton-api-php/zipball/ea8c6fa7676d9876b13d12be496b6f5b5a6cf4d9", "url": "https://api.github.com/repos/littleredbutton/bigbluebutton-api-php/zipball/7a7f832b521f101b66607789d2a7efbddf138a31",
"reference": "ea8c6fa7676d9876b13d12be496b6f5b5a6cf4d9", "reference": "7a7f832b521f101b66607789d2a7efbddf138a31",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -25,17 +25,17 @@
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-simplexml": "*", "ext-simplexml": "*",
"php": ">=7.2" "php": ">=8.1"
}, },
"require-dev": { "require-dev": {
"nyholm/psr7": "^1.4", "nyholm/psr7": "^1.4",
"psr/http-client": "^1.0", "psr/http-client": "^1.0",
"psr/http-factory": "^1.0", "psr/http-factory": "^1.0",
"psr/http-message": "^1.0", "psr/http-message": "^1.0 || ^2.0",
"symfony/dotenv": "^3.4|^4.0|^5.0", "symfony/dotenv": "^5.4|^6.4|^7.0",
"symfony/http-client": "^4.4|^5.0", "symfony/http-client": "^5.4|^6.4|^7.0",
"symfony/http-client-contracts": "^1.1|^2.0", "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
"symfony/process": "^3.4|^4.0|^5.0" "symfony/process": "^5.4|^6.4|^7.0"
}, },
"suggest": { "suggest": {
"psr/http-client-implementation": "To use the PsrHttpClientTransport.", "psr/http-client-implementation": "To use the PsrHttpClientTransport.",
@ -49,19 +49,22 @@
"cotor": { "cotor": {
"extensions": { "extensions": {
"phpunit/phpunit": { "phpunit/phpunit": {
"fakerphp/faker": "^1.14" "fakerphp/faker": "1.20.*"
} }
}, },
"vimeo/psalm": "^4.22", "vimeo/psalm": "^5.23",
"phpunit/phpunit": "^8", "rector/rector": "^1.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9",
"friendsofphp/php-cs-fixer": "^3.3", "friendsofphp/php-cs-fixer": "^3.3",
"php-coveralls/php-coveralls": "^2.4",
"brainmaestro/composer-git-hooks": "^2.8" "brainmaestro/composer-git-hooks": "^2.8"
}, },
"hooks": { "hooks": {
"pre-push": [ "pre-push": [
"tools/phpunit --testsuite=\"BigBlueButton unit test suite,BigBlueButton integration test suite\"", "tools/phpunit --testsuite=\"BigBlueButton unit test suite,BigBlueButton integration test suite\"",
"tools/psalm --threads=1" "tools/psalm --threads=1",
"tools/phpstan analyse",
"tools/rector process --dry-run src/ tests/"
], ],
"post-merge": "composer install", "post-merge": "composer install",
"pre-commit": [ "pre-commit": [
@ -131,7 +134,7 @@
"issues": "https://github.com/littleredbutton/bigbluebutton-api-php/issues", "issues": "https://github.com/littleredbutton/bigbluebutton-api-php/issues",
"source": "https://github.com/littleredbutton/bigbluebutton-api-php/" "source": "https://github.com/littleredbutton/bigbluebutton-api-php/"
}, },
"time": "2022-06-10T18:50:51+00:00" "time": "2024-10-04T18:06:51+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -4739,10 +4742,10 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": {}, "stability-flags": [],
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": {}, "platform": [],
"platform-dev": {}, "platform-dev": [],
"plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0"
} }