Skip to content

Commit

Permalink
Add php extensions to composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Auditor committed Jan 3, 2019
1 parent 6ef9d85 commit e16540d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "sanduhrs/php-bigbluebutton",
"description": "",
"type": "library",
"license": "GPL-3.0-or-later",
"authors": [
Expand All @@ -9,6 +10,8 @@
}
],
"require": {
"ext-SimpleXML": "*",
"ext-json": "*",
"php" : "^5.6 || ^7.0",
"guzzlehttp/guzzle": "^6.2",
"ramsey/uuid": "^3.4"
Expand Down

0 comments on commit e16540d

Please sign in to comment.