From cdbd0df0d9fd0106860742cea4ff30a2e6ea90ec Mon Sep 17 00:00:00 2001 From: Mike Little Date: Wed, 19 Jun 2024 16:43:02 +0100 Subject: [PATCH] Remove reference to PHP7.4 Use a more appropriate PHP version as an example. Fix typo. --- docs/php-version.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/php-version.md b/docs/php-version.md index 7fdc569b..9b736d4c 100644 --- a/docs/php-version.md +++ b/docs/php-version.md @@ -10,7 +10,7 @@ To change the PHP version use the Local Server module configuration to set the ` "altis": { "modules": { "local-server": { - "php": "7.4" + "php": "8.2" } } } @@ -18,4 +18,4 @@ 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. +Altis will always default to the _highest_ supported version of PHP unless support is marked as experimental. [See the PHP compatibility 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.