Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Another update
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 committed Aug 10, 2018
1 parent 3d81d60 commit 831491c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,29 @@
"description": "Zoom API Wrapper for Laravel",
"homepage": "https://github.com/MacsiDigital/zoom",
"keywords": ["zoom", "api", "client"],
"license": "MIT",
"authors": [
{
"name": "Colin Hall",
"email": "[email protected]"
}
],
"license": "MIT",
"require": {
"php": ">=7.0",
"php": "^7.0",
"guzzlehttp/guzzle": "~6.0|~5.0|~4.0",
"firebase/php-jwt": "^5.0"
},

"minimum-stability" : "dev",

"extra": {
"laravel": {
"providers": [
"MacsiDigital\\Zoom\\ZoomServiceProvider"
]
}
},

"autoload": {
"psr-4": {
"MacsiDigital\\Zoom\\": ""
}
}

},
"minimum-stability" : "dev"
}

0 comments on commit 831491c

Please sign in to comment.