mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #9350 from silverstripe/pulls/upgrade-docs
Fix PHP versions in upgrade guide
This commit is contained in:
commit
e8a11bb13d
@ -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:
|
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.
|
* 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_.
|
* 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.
|
* SilverStripe modules can now be installed in the `vendor/` folder along with your regular PHP packages.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user