docs(legacy): Update required PHP version (#510)

This commit is contained in:
Natsuki.HX 2023-01-06 17:28:59 +01:00 committed by GitHub
parent 5496c8e906
commit 3488595823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ php artisan down
You'll need to make sure your system dependencies are up to date before performing this upgrade. Please
reference the list below to ensure you have all of the required versions.
* PHP `7.4`, `8.0` or `8.1` (recommended) with the following extensions: `cli`, `openssl`, `gd`, `mysql`, `PDO`, `mbstring`,
* PHP `8.0` or `8.1` (recommended) with the following extensions: `cli`, `openssl`, `gd`, `mysql`, `PDO`, `mbstring`,
`tokenizer`, `bcmath`, `xml` or `dom`, `curl`, `zip`, and `fpm` if you are planning to use nginx. See our guide
for [Upgrading PHP](/guides/php_upgrade.md) for details.
* Composer v2 (`composer self-update --2`)