Skip to content

Commit

Permalink
Merge pull request #24 from bilfeldt/features/request-logger-v3
Browse files Browse the repository at this point in the history
Update bilfeldt/laravel-request-logger to v3
  • Loading branch information
bilfeldt committed Sep 29, 2023
2 parents dfbe876 + 6cc343a commit 9e08e7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,22 @@

All notable changes to `laravel-route-statistics` will be documented in this file.

## Upgrade guide

### 2.* => 3.*

There are no breaking changes if you are simply using this package. But the dependency of [`bilfeldt/laravel-request-logger`](https://packagist.org/packages/bilfeldt/laravel-request-logger) was upgraded to version 3 which means if you are also logging requests using this package, then you need to consult [the upgrade guide for that package](https://github.com/bilfeldt/laravel-request-logger/blob/main/CHANGELOG.md#2--3).

### 1.* => 2.*

No breaking changes. The only changes are to the development dependencies used for testing and then the minimum Laravel and PHP requirements.

## Changes

### 3.0.0 - 2023-09-29

- Update [`bilfeldt/laravel-request-logger`](https://packagist.org/packages/bilfeldt/laravel-request-logger) to version 3

### 2.2.0 - 2023-07-24

- Add support for PHP 8.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"bilfeldt/laravel-request-logger": "^2.0",
"bilfeldt/laravel-request-logger": "^3.0",
"illuminate/contracts": "^10.0",
"laravel/framework": "^10.0"
},
Expand Down

0 comments on commit 9e08e7b

Please sign in to comment.