Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Upgrade saloon to v3 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMwangiW authored Jan 30, 2024
1 parent ed3b0c5 commit c4ddb4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
"illuminate/contracts": "^10.0",
"saloonphp/laravel-plugin": "^2.0",
"saloonphp/laravel-plugin": "^3.0",
"spatie/laravel-package-tools": "^1.14.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Firewall.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace SamuelMwangiW\Linode\Domain;

use Illuminate\Support\Collection;
use Saloon\Contracts\Response;
use Saloon\Http\Response;
use SamuelMwangiW\Linode\DTO\FirewallDTO;
use SamuelMwangiW\Linode\Factory\FirewallFactory;
use SamuelMwangiW\Linode\Saloon\AuthenticatedConnector;
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Instance.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace SamuelMwangiW\Linode\Domain;

use Illuminate\Support\Collection;
use Saloon\Contracts\Response;
use Saloon\Http\Response;
use SamuelMwangiW\Linode\DTO\InstanceDTO;
use SamuelMwangiW\Linode\Factory\DiskFactory;
use SamuelMwangiW\Linode\Factory\InstanceFactory;
Expand Down

0 comments on commit c4ddb4b

Please sign in to comment.