From edcc4c42c75212f89277f479c7ee9c0d8172b8c4 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 25 Feb 2022 16:50:32 +0100 Subject: [PATCH] Update PHP requirements of Symfony 6.1 to 8.1 --- setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.rst b/setup.rst index cb66453ac55..12adcb7fcc8 100644 --- a/setup.rst +++ b/setup.rst @@ -17,7 +17,7 @@ Technical Requirements Before creating your first Symfony application you must: -* Install PHP 8.0.2 or higher and these PHP extensions (which are installed and +* Install PHP 8.1 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.