We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c005f0e commit d6f447fCopy full SHA for d6f447f
UPGRADE.md
@@ -2,16 +2,20 @@
2
3
## Upgrading To 2.0 From 1.x
4
5
-### Minimum Requirements Updated
+### ➡ Minimum Requirements Updated
6
7
We dropped support for Laravel 5.6, 5.7, 5.8 and 6.x.
8
9
- The minimum PHP version required is now 7.2.5
10
- The minimum Laravel version required is now 7.0
11
12
-### Names of Config Options Updated
+---
13
+
14
+### ➡ Names of Config Options Updated
15
16
Every config option that contained a `-` (dash) in its name has been updated and the dash is replaced by an `_` (underscore).
17
This is done mainly for consistency across other packages.
18
-Review and update your published config file accordingly.
19
+🔸 **Actions Required**
20
21
+- Review and update your published config file accordingly.
0 commit comments