init
This commit is contained in:
13
app/Libraries/Zoom/composer.json
Normal file
13
app/Libraries/Zoom/composer.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "zoom/zoom",
|
||||
"description": "Api Zoom",
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true,
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "^7.8",
|
||||
"firebase/php-jwt": "^6.9"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"Zoom\\": ""}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user