diff --git a/composer.json b/composer.json index 60d1d31..bfb58d8 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,9 @@ "php": "^8.2", "guzzlehttp/guzzle": "^7.5", "illuminate/contracts": "^10.0", - "saloonphp/laravel-plugin": "^2.1", - "saloonphp/saloon": "^2.11", - "saloonphp/cache-plugin": "^2.1", + "saloonphp/laravel-plugin": "^3.0", + "saloonphp/saloon": "^3.0", + "saloonphp/cache-plugin": "^3.0", "spatie/laravel-package-tools": "^1.9.2" }, "require-dev": { diff --git a/src/Requests/GetPublicListing.php b/src/Requests/GetPublicListing.php index 1622667..7f019c2 100644 --- a/src/Requests/GetPublicListing.php +++ b/src/Requests/GetPublicListing.php @@ -8,7 +8,7 @@ use Saloon\CachePlugin\Contracts\Driver; use Saloon\CachePlugin\Drivers\LaravelCacheDriver; use Saloon\CachePlugin\Traits\HasCaching; -use Saloon\Contracts\Response; +use Saloon\Http\Response; use Saloon\Enums\Method; use Saloon\Http\SoloRequest; diff --git a/src/Response/PublicListing.php b/src/Response/PublicListing.php index baa843c..8b2d7dc 100644 --- a/src/Response/PublicListing.php +++ b/src/Response/PublicListing.php @@ -5,7 +5,7 @@ use CodebarAg\Flatfox\DTO\Listing; use Illuminate\Support\Arr; use Illuminate\Support\Collection; -use Saloon\Contracts\Response; +use Saloon\Http\Response; final class PublicListing {