File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## [ v1.2.x (Unreleased)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.2.0 ...main )
3
+ ## [ v1.2.x (Unreleased)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.2.1 ...main )
4
4
5
+ ## [ v1.2.1 (2025-02-24)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.2.0...v1.2.1 )
6
+
7
+ - Laravel 12 support
5
8
- Drop Laravel 10 support and fixed CI
6
9
7
10
## [ v1.2.0 (2024-10-15)] ( https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.3...v1.2.0 )
Original file line number Diff line number Diff line change 33
33
},
34
34
"require-dev" : {
35
35
"laravel/framework" : " ^11.0||^12.0" ,
36
- "laravel/pint" : " ^1.18 " ,
36
+ "laravel/pint" : " ^1.21 " ,
37
37
"orchestra/testbench" : " ^9.0||^10.0" ,
38
- "pestphp/pest" : " ^3.0 " ,
38
+ "pestphp/pest" : " ^3.7 " ,
39
39
"pestphp/pest-plugin-arch" : " ^3.0" ,
40
- "pestphp/pest-plugin-laravel" : " ^3.0 " ,
40
+ "pestphp/pest-plugin-laravel" : " ^3.1 " ,
41
41
"saloonphp/laravel-http-sender" : " ^3.0" ,
42
- "saloonphp/laravel-plugin" : " ^3.0 " ,
43
- "spatie/invade" : " ^2.0 "
42
+ "saloonphp/laravel-plugin" : " ^3.5.1 " ,
43
+ "spatie/invade" : " ^2.1 "
44
44
},
45
45
"suggest" : {
46
46
"saloonphp/laravel-plugin" : " To support logging of Saloon events (^3.0)"
73
73
]
74
74
}
75
75
},
76
- "minimum-stability" : " dev " ,
76
+ "minimum-stability" : " stable " ,
77
77
"prefer-stable" : true
78
78
}
You can’t perform that action at this time.
0 commit comments