File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
"php" : " ^8.2" ,
22
22
"guzzlehttp/guzzle" : " ^7.5" ,
23
23
"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 " ,
27
27
"spatie/laravel-package-tools" : " ^1.9.2"
28
28
},
29
29
"require-dev" : {
Original file line number Diff line number Diff line change 8
8
use Saloon \CachePlugin \Contracts \Driver ;
9
9
use Saloon \CachePlugin \Drivers \LaravelCacheDriver ;
10
10
use Saloon \CachePlugin \Traits \HasCaching ;
11
- use Saloon \Contracts \Response ;
11
+ use Saloon \Http \Response ;
12
12
use Saloon \Enums \Method ;
13
13
use Saloon \Http \SoloRequest ;
14
14
Original file line number Diff line number Diff line change 5
5
use CodebarAg \Flatfox \DTO \Listing ;
6
6
use Illuminate \Support \Arr ;
7
7
use Illuminate \Support \Collection ;
8
- use Saloon \Contracts \Response ;
8
+ use Saloon \Http \Response ;
9
9
10
10
final class PublicListing
11
11
{
You can’t perform that action at this time.
0 commit comments