Merge pull request #9350 from silverstripe/pulls/upgrade-docs

Fix PHP versions in upgrade guide
This commit is contained in:
Robbie Averill 2019-12-09 15:33:14 -08:00 committed by GitHub
commit e8a11bb13d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.