From f36c6e143ca1fdaa6cfa20e2ec5e15e9f6c1995c Mon Sep 17 00:00:00 2001 From: Carl Casbolt Date: Tue, 3 Dec 2019 21:09:46 +0000 Subject: [PATCH] Update setup.rst compose.json suggests 7.2.9 is required for version 5 --- setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.rst b/setup.rst index 6fb29e98e76..b270de6ab38 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.5 or higher and these PHP extensions (which are installed and +* Install PHP 7.2.9 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;