Skip to content

Commit

Permalink
Merge pull request #7 from codebar-ag/feature-upgrade
Browse files Browse the repository at this point in the history
Saloon 3
  • Loading branch information
StanBarrows authored Oct 14, 2023
2 parents ced9e1b + 3c88b10 commit f0b0918
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Requests/GetPublicListing.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/Response/PublicListing.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit f0b0918

Please sign in to comment.