From 1633ddea9c8c2bb3643b87b9f5fe2297560b8ea8 Mon Sep 17 00:00:00 2001 From: Matt Peel <893117+madmatt@users.noreply.github.com> Date: Tue, 10 Dec 2019 12:17:55 +1300 Subject: [PATCH] Fix PHP versions in upgrade guide Make versions less generic, and add note about following PHP's supported versions guide --- docs/en/03_Upgrading/01_Upgrading_project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/03_Upgrading/01_Upgrading_project.md b/docs/en/03_Upgrading/01_Upgrading_project.md index 31ae079fe..8c81c0d6c 100644 --- a/docs/en/03_Upgrading/01_Upgrading_project.md +++ b/docs/en/03_Upgrading/01_Upgrading_project.md @@ -25,7 +25,7 @@ How easy will it be to update my project? It's a fair question, and sometimes a There are some fundamental changes in SilverStripe 4: -* PHP 5.6 is now the minimum required version and up to PHP 7.2 is supported. +* PHP 5.6 is now the minimum required version and up to PHP 7.3 is supported. We strongly recommend you only use [supported versions of PHP](https://www.php.net/supported-versions.php). * SilverStripe is now even more modular which allows you to remove functionality your project might not need. * Common functionality sets can now be installed via SilverStripe _recipes_. * SilverStripe modules can now be installed in the `vendor/` folder along with your regular PHP packages.