We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2fd33 commit 6f6b380Copy full SHA for 6f6b380
UPGRADING.md
@@ -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
13
# From 3.x to 4.x
14
15
## Renamed environment names (Impact: high)
0 commit comments