Skip to content

Commit 6f6b380

Browse files
Update UPGRADING.md
1 parent 9e2fd33 commit 6f6b380

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

UPGRADING.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# From 4.x to 5.x
2+
3+
The package drops support for Laravel 10 and adds support for Laravel 12.
4+
5+
## Configuration type strictness (Impact: low)
6+
7+
The package now uses `config()->string()` and `config()->array()` to enforce receiving the correct types from the Laravel configuration file.
8+
9+
This should not give any problems but you should verify the configuration settings.
10+
11+
There are no other breaking changes.
12+
113
# From 3.x to 4.x
214

315
## Renamed environment names (Impact: high)

0 commit comments

Comments
 (0)