Skip to content

Commit d6f447f

Browse files
committed
Tweak upgrade guide
1 parent c005f0e commit d6f447f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Diff for: UPGRADE.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22

33
## Upgrading To 2.0 From 1.x
44

5-
### Minimum Requirements Updated
5+
### Minimum Requirements Updated
66

77
We dropped support for Laravel 5.6, 5.7, 5.8 and 6.x.
88

99
- The minimum PHP version required is now 7.2.5
1010
- The minimum Laravel version required is now 7.0
1111

12-
### Names of Config Options Updated
12+
---
13+
14+
### ➡ Names of Config Options Updated
1315

1416
Every config option that contained a `-` (dash) in its name has been updated and the dash is replaced by an `_` (underscore).
1517
This is done mainly for consistency across other packages.
1618

17-
Review and update your published config file accordingly.
19+
🔸 **Actions Required**
20+
21+
- Review and update your published config file accordingly.

0 commit comments

Comments
 (0)