From cbb4e8d570e5d1ee0c4d360c204233c6fd5d7cd2 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 30 Aug 2022 19:02:41 +0100 Subject: [PATCH] Update php-version.md --- docs/php-version.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/php-version.md b/docs/php-version.md index 7fdc569b..94d1693f 100644 --- a/docs/php-version.md +++ b/docs/php-version.md @@ -19,3 +19,11 @@ To change the PHP version use the Local Server module configuration to set the ` ``` Altis will always default to the _highest_ supported version of PHP unless support is marked as experimental. [See the PHP compatiblity chart here](docs://guides/updating-php/README.md) to see which version of PHP your version of Local Server will be running on by default, and which other versions are available. + +## Restarting the environment + +After changing the PHP version in composer.json, restart the environment with the following: + +``` +composer server stop && composer server start +```