From 3d50d7861817affa3fe28e91a3930735083b7b1e Mon Sep 17 00:00:00 2001 From: Harald Leithner Date: Mon, 25 Nov 2019 14:09:15 +0100 Subject: [PATCH] Set PHP Version requirement to 7.2.5 --- setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.rst b/setup.rst index fe01d60201e..70ef50c1fdf 100644 --- a/setup.rst +++ b/setup.rst @@ -17,7 +17,7 @@ Technical Requirements Before creating your first Symfony application you must: -* Install PHP 7.2.9 or higher and these PHP extensions (which are installed and +* Install PHP 7.2.5 or higher and these PHP extensions (which are installed and enabled by default in most PHP 7 installations): `Ctype`_, `iconv`_, `JSON`_, `PCRE`_, `Session`_, `SimpleXML`_, and `Tokenizer`_; * `Install Composer`_, which is used to install PHP packages;