Skip to content

Commit

Permalink
Drop Laravel 10 support, fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
onlime committed Oct 15, 2024
1 parent 524cfbe commit 48e1f5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

- Drop Laravel 10 support and fixed CI

## [v1.2.0 (2024-10-15)](https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.3...v1.2.0)

- 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.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
],
"require": {
"php": "^8.2",
"illuminate/http": "^10.32|^11.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/http": "^11.0",
"illuminate/support": "^11.0",
"monolog/monolog": "^3.0"
},
"require-dev": {
"laravel/framework": "^10.0|^11.0",
"laravel/framework": "^11.0",
"laravel/pint": "^1.18",
"orchestra/testbench": "^8.8|^9.0",
"pestphp/pest": "^3.0",
Expand Down

0 comments on commit 48e1f5e

Please sign in to comment.