File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 5
5
## [ v1.1.2 (2024-02-16)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.1...v1.1.2 )
6
6
7
7
- Feature | Support for trimming the response body by @pascalbaljet in #3
8
+ - Laravel 11 support
8
9
9
10
## [ v1.1.1 (2023-11-13)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.0...v1.1.1 )
10
11
22
23
23
24
## [ v1.0.1 (2023-02-26)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.0.0...v1.0.1 )
24
25
26
+ - Laravel 10 support, Require PHP 8.1
25
27
- Drop Laravel 8 / PHP 8.0 support
26
28
- Integrated ` laravel/pint ` as dev requirement for PHP style fixing
27
- - Support Laravel 10
28
29
29
30
## [ v1.0.0 (2022-02-10)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v0.9.1...v1.0.0 )
30
31
31
- - Support Laravel 9
32
+ - Laravel 9 support
32
33
33
34
## [ v0.9.1 (2022-02-10)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v0.9...v0.9.1 )
34
35
Original file line number Diff line number Diff line change 28
28
"require" : {
29
29
"php" : " ^8.1" ,
30
30
"guzzlehttp/guzzle" : " ^7.6" ,
31
- "illuminate/http" : " ^10.0" ,
32
- "illuminate/support" : " ^10.0" ,
31
+ "illuminate/http" : " ^10.0|^11.0 " ,
32
+ "illuminate/support" : " ^10.0|^11.0 " ,
33
33
"monolog/monolog" : " ^3.0"
34
34
},
35
35
"require-dev" : {
36
- "laravel/framework" : " ^10.0" ,
36
+ "laravel/framework" : " ^10.0|^11.0 " ,
37
37
"laravel/pint" : " ^1.13" ,
38
- "orchestra/testbench" : " ^8.8" ,
38
+ "orchestra/testbench" : " ^8.8|^9.0 " ,
39
39
"pestphp/pest" : " ^2.33" ,
40
40
"pestphp/pest-plugin-arch" : " ^2.0" ,
41
41
"pestphp/pest-plugin-laravel" : " ^2.0" ,
You can’t perform that action at this time.
0 commit comments