File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## [ v1.1.x (Unreleased)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.3...main )
3
+ ## [ v1.2.x (Unreleased)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.2.0...main )
4
+
5
+ ## [ v1.2.0 (2024-10-15)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.3...v1.2.0 )
6
+
7
+ - Drop PHP 8.1 support
8
+ - Upgrade pestphp/pest to v3
4
9
5
10
## [ v1.1.3 (2024-03-14)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.2...v1.1.3 )
6
11
Original file line number Diff line number Diff line change 26
26
}
27
27
],
28
28
"require" : {
29
- "php" : " ^8.1 " ,
29
+ "php" : " ^8.2 " ,
30
30
"illuminate/http" : " ^10.32|^11.0" ,
31
31
"illuminate/support" : " ^10.0|^11.0" ,
32
32
"monolog/monolog" : " ^3.0"
33
33
},
34
34
"require-dev" : {
35
35
"laravel/framework" : " ^10.0|^11.0" ,
36
- "laravel/pint" : " ^1.13 " ,
36
+ "laravel/pint" : " ^1.18 " ,
37
37
"orchestra/testbench" : " ^8.8|^9.0" ,
38
- "pestphp/pest" : " ^2.33 " ,
39
- "pestphp/pest-plugin-arch" : " ^2 .0" ,
40
- "pestphp/pest-plugin-laravel" : " ^2 .0" ,
38
+ "pestphp/pest" : " ^3.0 " ,
39
+ "pestphp/pest-plugin-arch" : " ^3 .0" ,
40
+ "pestphp/pest-plugin-laravel" : " ^3 .0" ,
41
41
"saloonphp/laravel-http-sender" : " ^2.0|^3.0" ,
42
42
"saloonphp/laravel-plugin" : " ^3.0" ,
43
43
"spatie/invade" : " ^2.0"
Original file line number Diff line number Diff line change @@ -121,5 +121,8 @@ function setupLogger(): MockInterface
121
121
'shouldTrim ' => false ,
122
122
],
123
123
],
124
- [true , false ]
124
+ [
125
+ 'with-charset ' => ['addCharsetToContentType ' => true ],
126
+ 'without-charset ' => ['addCharsetToContentType ' => false ],
127
+ ]
125
128
);
You can’t perform that action at this time.
0 commit comments