Skip to content

Commit

Permalink
Update UPGRADING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart-Kuenen-nextapps authored Aug 25, 2023
1 parent 4c87678 commit 00e504b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## From v1 to v2

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.
The minimum supported version of PHP has changed to PHP 8.0
The minimum supported version of Laravel has changed to Laravel 10
- 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.
- The minimum supported version of PHP has changed to PHP 8.0
- The minimum supported version of Laravel has changed to Laravel 10
- Config variable `model` has been added

0 comments on commit 00e504b

Please sign in to comment.