Upgrade the minimum PHP version requirement for Symfony 7.0

This commit is contained in:
Javier Eguiluz
2023-06-01 11:36:26 +02:00
parent 37fe406e95
commit 291cded9c7

View File

@@ -14,7 +14,7 @@ Technical Requirements
Before creating your first Symfony application you must:
* Install PHP 8.1 or higher and these PHP extensions (which are installed and
* Install PHP 8.2 or higher and these PHP extensions (which are installed and
enabled by default in most PHP 8 installations): `Ctype`_, `iconv`_,
`PCRE`_, `Session`_, `SimpleXML`_, and `Tokenizer`_;
* `Install Composer`_, which is used to install PHP packages.