File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- Drop Laravel 8 / PHP 8.0 support
6
6
- Integrated ` laravel/pint ` as dev requirement for PHP style fixing
7
+ - Support Laravel 10
7
8
8
9
## [ v1.0.0 (2022-02-10)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v0.9.1...v1.0.0 )
9
10
Original file line number Diff line number Diff line change 28
28
"require" : {
29
29
"php" : " ^8.1" ,
30
30
"guzzlehttp/guzzle" : " ^7.5" ,
31
- "illuminate/http" : " ^9.0" ,
32
- "illuminate/support" : " ^9.0" ,
31
+ "illuminate/http" : " ^9.0|^10.0 " ,
32
+ "illuminate/support" : " ^9.0|^10.0 " ,
33
33
"monolog/monolog" : " ^2.0"
34
34
},
35
35
"require-dev" : {
36
- "laravel/framework" : " ^9.0" ,
37
- "laravel/pint" : " ^1.2 "
36
+ "laravel/framework" : " ^9.0|^10.0 " ,
37
+ "laravel/pint" : " ^1.5 "
38
38
},
39
39
"autoload" : {
40
40
"psr-4" : {
Original file line number Diff line number Diff line change 7
7
"binary_operator_spaces" : false ,
8
8
"concat_space" : false ,
9
9
"no_unused_imports" : false ,
10
+ "phpdoc_separation" : false ,
10
11
"Laravel/laravel_phpdoc_alignment" : false ,
11
- "Laravel/laravel_phpdoc_separation" : false ,
12
12
"modernize_strpos" : true
13
13
},
14
14
"exclude" : [
You can’t perform that action at this time.
0 commit comments