Skip to content

Commit

Permalink
Update for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 committed May 27, 2020
1 parent 0ecbb9c commit 6ce6c5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
17 changes: 5 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
}
],
"require": {
"php": "^7.2",
"illuminate/support": "^6.0",
"macsidigital/laravel-api-client": "^2.0"
"php": "^7.2.5",
"illuminate/support": "^7.0",
"macsidigital/laravel-api-client": "^3.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.0"
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -57,13 +57,6 @@
"options": {
"symlink": true
}
},
{
"type": "path",
"url": "../laravel-oauth2-client",
"options": {
"symlink": true
}
}
]
}
2 changes: 1 addition & 1 deletion src/Support/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace MacsiDigital\Zoom\Support;

use MacsiDigital\API\Support\Factory;
use Illuminate\Http\Client\Factory;

class Client extends Factory
{
Expand Down

0 comments on commit 6ce6c5a

Please sign in to comment.