We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f14dc commit 93779e8Copy full SHA for 93779e8
docs/upgrade-guides/v8-to-v9.md
@@ -31,12 +31,15 @@ php artisan view:clear
31
32
**4.** Carefully review this upgrade guide for changes which may affect your project.
33
34
-## Dates are now stored in UTC
35
-##### Likelihood Of Impact: High
+## High impact changes
36
37
-Dates in Statamic are now stored as UTC, rather than your application's timezone.
+### PHP and Laravel support
+**Affects apps using PHP < 8.2 or Laravel < 11.**
38
39
-(TODO) More information to come...
+* 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.
43
44
## Previous upgrade guides
45
0 commit comments