Skip to content

Commit

Permalink
laravel 11 support now
Browse files Browse the repository at this point in the history
laravel 11 support now
  • Loading branch information
joisarjignesh committed Mar 26, 2024
1 parent fdfcbd5 commit 1e738bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"homepage": "https://github.com/joisarjignesh/bigbluebutton",
"license": "MIT",
"version": "v2.7",
"version": "v2.8",
"type": "library",
"authors": [
{
Expand All @@ -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": {
Expand Down Expand Up @@ -70,4 +70,4 @@
}
}
}
}
}

0 comments on commit 1e738bb

Please sign in to comment.