Skip to content

Commit 48e1f5e

Browse files
committed
Drop Laravel 10 support, fixing CI
1 parent 524cfbe commit 48e1f5e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [v1.2.x (Unreleased)](https://github.com/onlime/laravel-http-client-global-logger/compare/v1.2.0...main)
44

5+
- Drop Laravel 10 support and fixed CI
6+
57
## [v1.2.0 (2024-10-15)](https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.3...v1.2.0)
68

79
- Feature | You can now enforce trimming of response body by setting a `X-Global-Logger-Trim-Always` request header, which will ignore the Content-Type whitelisting.

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
],
2828
"require": {
2929
"php": "^8.2",
30-
"illuminate/http": "^10.32|^11.0",
31-
"illuminate/support": "^10.0|^11.0",
30+
"illuminate/http": "^11.0",
31+
"illuminate/support": "^11.0",
3232
"monolog/monolog": "^3.0"
3333
},
3434
"require-dev": {
35-
"laravel/framework": "^10.0|^11.0",
35+
"laravel/framework": "^11.0",
3636
"laravel/pint": "^1.18",
3737
"orchestra/testbench": "^8.8|^9.0",
3838
"pestphp/pest": "^3.0",

0 commit comments

Comments
 (0)