readme: change recommended php version

This commit is contained in:
Angelillo15 2025-01-04 11:17:36 +01:00 committed by GitHub
parent 928c84aafe
commit 407f98639c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,9 +42,9 @@ sudo add-apt-repository ppa:ondrej/php
sudo apt update
```
5. Install PHP 8.2:
5. Install PHP 8.3:
```bash
sudo apt install -y php8.2
sudo apt install -y php8.3
```
6. Verify the PHP version: