You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADING.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
## From v1 to v2
4
4
5
-
Config variable `expire_hours` has been renamed to `expire_seconds`, rename your config variable and multiply your value by 3600 to have the same behaviour.
6
-
The minimum supported version of PHP has changed to PHP 8.0
7
-
The minimum supported version of Laravel has changed to Laravel 10
5
+
- Config variable `expire_hours` has been renamed to `expire_seconds`, rename your config variable and multiply your value by 3600 to have the same behaviour.
6
+
- The minimum supported version of PHP has changed to PHP 8.0
7
+
- The minimum supported version of Laravel has changed to Laravel 10
0 commit comments