File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
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.1 ...main )
3
+ ## [ v1.1.x (Unreleased)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.2 ...main )
4
4
5
+ ## [ v1.1.2 (2024-02-16)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.1...v1.1.2 )
6
+
7
+ - Feature | Support for trimming the response body by @pascalbaljet in #3
5
8
6
9
## [ v1.1.1 (2023-11-13)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.0...v1.1.1 )
7
10
Original file line number Diff line number Diff line change 34
34
},
35
35
"require-dev" : {
36
36
"laravel/framework" : " ^10.0" ,
37
- "laravel/pint" : " ^1.10 " ,
37
+ "laravel/pint" : " ^1.13 " ,
38
38
"orchestra/testbench" : " ^8.8" ,
39
- "pestphp/pest" : " ^2.20 " ,
39
+ "pestphp/pest" : " ^2.33 " ,
40
40
"pestphp/pest-plugin-arch" : " ^2.0" ,
41
41
"pestphp/pest-plugin-laravel" : " ^2.0" ,
42
42
"saloonphp/laravel-http-sender" : " ^2.0" ,
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ class PendingRequestMixin
14
14
public function log ()
15
15
{
16
16
/**
17
- * @param string|null $name logger name
17
+ * @param string|null $name logger name
18
18
* @return $this
19
19
*/
20
- return function (string $ name = null ) {
20
+ return function (? string $ name = null ) {
21
21
if (! config ('http-client-global-logger.enabled ' )) {
22
22
return $ this ;
23
23
}
You can’t perform that action at this time.
0 commit comments