From 1e738bb6e63116999e0db367bef4f2bbc31a15a5 Mon Sep 17 00:00:00 2001 From: Jignesh Joisar <17031402+joisarjignesh@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:41:47 +0530 Subject: [PATCH] laravel 11 support now laravel 11 support now --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index d58e3ad716..bb9c7015eb 100755 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "homepage": "https://github.com/joisarjignesh/bigbluebutton", "license": "MIT", - "version": "v2.7", + "version": "v2.8", "type": "library", "authors": [ { @@ -26,12 +26,12 @@ ], "require": { "php": "^7.4|^8.0|^8.1|^8.2", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "littleredbutton/bigbluebutton-api-php": "~5.0" }, "require-dev": { "orchestra/testbench": "^4.0|^7.0|^8.0", - "phpunit/phpunit": "^8.0|^9.0" + "phpunit/phpunit": "^8.0|^9.0|^10.0" }, "autoload": { "psr-4": { @@ -70,4 +70,4 @@ } } } -} \ No newline at end of file +}