File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to `laravel-http-client-logger` will be documented in this f
4
4
5
5
## Upgrade guides
6
6
7
+ ### 1.* => 2.
8
+
9
+ No breaking changes. The only changes are to the development dependencies used for testing and then the minimum Laravel and PHP requirements.
10
+
7
11
### 0.3.0 => 1.0.0
8
12
9
13
This release flattens the configuration variables. It is suggested to republish the configuration after upgrading.
@@ -51,6 +55,13 @@ The following changes are required when updating:
51
55
52
56
## Changes
53
57
58
+ ### 2.0.0
59
+
60
+ - Minimum PHP requirement 8.1
61
+ - Add support for PHP 8.2
62
+ - Minimum Laravel requirement 9.0
63
+ - Add support for Laravel 10.*
64
+
54
65
### 1.3.0
55
66
56
67
- Added return types for better IDE completion by @shahruslan in #24
You can’t perform that action at this time.
0 commit comments