Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
added php 8.2 version and littleredbutton version 5.0
  • Loading branch information
joisarjignesh authored Sep 29, 2023
1 parent 73f8450 commit d176a98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4.4",
"version": "v2.5",
"type": "library",
"authors": [
{
Expand All @@ -25,9 +25,9 @@
}
],
"require": {
"php": "^7.4|^8.0|^8.1",
"php": "^7.4|^8.0|^8.1|^8.2",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"littleredbutton/bigbluebutton-api-php": "dev-master"
"littleredbutton/bigbluebutton-api-php": "~5.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^7.0|^8.0",
Expand Down

0 comments on commit d176a98

Please sign in to comment.