Skip to content

Commit 3c88b10

Browse files
committed
WIP
1 parent ced9e1b commit 3c88b10

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"php": "^8.2",
2222
"guzzlehttp/guzzle": "^7.5",
2323
"illuminate/contracts": "^10.0",
24-
"saloonphp/laravel-plugin": "^2.1",
25-
"saloonphp/saloon": "^2.11",
26-
"saloonphp/cache-plugin": "^2.1",
24+
"saloonphp/laravel-plugin": "^3.0",
25+
"saloonphp/saloon": "^3.0",
26+
"saloonphp/cache-plugin": "^3.0",
2727
"spatie/laravel-package-tools": "^1.9.2"
2828
},
2929
"require-dev": {

src/Requests/GetPublicListing.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Saloon\CachePlugin\Contracts\Driver;
99
use Saloon\CachePlugin\Drivers\LaravelCacheDriver;
1010
use Saloon\CachePlugin\Traits\HasCaching;
11-
use Saloon\Contracts\Response;
11+
use Saloon\Http\Response;
1212
use Saloon\Enums\Method;
1313
use Saloon\Http\SoloRequest;
1414

src/Response/PublicListing.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use CodebarAg\Flatfox\DTO\Listing;
66
use Illuminate\Support\Arr;
77
use Illuminate\Support\Collection;
8-
use Saloon\Contracts\Response;
8+
use Saloon\Http\Response;
99

1010
final class PublicListing
1111
{

0 commit comments

Comments
 (0)