Skip to content

Commit

Permalink
Update installation docs to use PHP 8.3
Browse files Browse the repository at this point in the history
Update the commands in the installation prerequisites to reference PHP 8.3 instead of PHP 8.2 for both Scoop and Homebrew. This ensures the documentation reflects the latest recommended PHP version.
  • Loading branch information
bfoujols committed Jan 28, 2025
1 parent 2282a82 commit d398909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/prerequis.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ php -v
scoop bucket add versions
```
```bash
scoop install versions/php82
scoop install versions/php83
```

Pour plus informations, visitez le site [https://scoop.sh/#/apps?q=php](https://scoop.sh/#/apps?q=php&id=5101819badef2a2c45455bdb63c0036655741250){:target="_blank"}
Expand All @@ -189,7 +189,7 @@ php -v
Pour installation PHP, ouvrez un terminal

```bash
brew install php@8.2
brew install php@8.3
```

Pour plus informations, visitez le site [https://formulae.brew.sh/formula/php](https://formulae.brew.sh/formula/php#default){:target="_blank"}
Expand Down

0 comments on commit d398909

Please sign in to comment.