Skip to content

Commit 2fa2d5b

Browse files
author
bryanadamloh97
committed
Update dependency for Guzzle
1 parent 15b1c7d commit 2fa2d5b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
],
2525
"require": {
2626
"php": "^7.2",
27-
"guzzlehttp/guzzle": "^6.2",
27+
"guzzlehttp/guzzle": "^6.2 || ^7.0",
2828
"guzzlehttp/promises": "^1.0",
2929
"guzzlehttp/psr7": "^1.4",
30-
"illuminate/support": "^5.1 || ^6.0 || ^7.0",
30+
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0",
3131
"psr/http-message": "^1.0"
3232
},
3333
"require-dev": {

src/Drivers/ShorteStDriverShortener.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use GuzzleHttp\Exception\RequestException;
1111
use GuzzleHttp\Psr7\Request;
1212
use Illuminate\Support\Arr;
13+
use Illuminate\Support\Facades\Cache;
1314
use Illuminate\Support\Str;
1415
use Psr\Http\Message\ResponseInterface;
1516

0 commit comments

Comments
 (0)