Skip to content

Commit 93779e8

Browse files
Update upgrade guide
1 parent 82f14dc commit 93779e8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/upgrade-guides/v8-to-v9.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ php artisan view:clear
3131

3232
**4.** Carefully review this upgrade guide for changes which may affect your project.
3333

34-
## Dates are now stored in UTC
35-
##### Likelihood Of Impact: High
34+
## High impact changes
3635

37-
Dates in Statamic are now stored as UTC, rather than your application's timezone.
36+
### PHP and Laravel support
37+
**Affects apps using PHP < 8.2 or Laravel < 11.**
3838

39-
(TODO) More information to come...
39+
* The minimum version of PHP is now 8.2.
40+
* The minimum version of Laravel is now 11.
41+
42+
We highly recommend upgrading all the way to Laravel 12 and PHP 8.4.
4043

4144
## Previous upgrade guides
4245

0 commit comments

Comments
 (0)