Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/php-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```