From f11cbbd90ab89d3be46e0069e2f10f27ef1fbb4e Mon Sep 17 00:00:00 2001 From: Amir Date: Tue, 12 Aug 2025 16:35:12 +0200 Subject: [PATCH] Update setup.rst to mention about Intl extension Without the Intl extension, `composer install` will face a PHP fatal error --- setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.rst b/setup.rst index a7fa8c66826..8e41f013958 100644 --- a/setup.rst +++ b/setup.rst @@ -15,7 +15,7 @@ Technical Requirements Before creating your first Symfony application you must: * Install PHP 8.2 or higher and these PHP extensions (which are installed and - enabled by default in most PHP 8 installations): `Ctype`_, `iconv`_, + enabled by default in most PHP 8 installations): `Intl`_, `Ctype`_, `iconv`_, `PCRE`_, `Session`_, `SimpleXML`_, and `Tokenizer`_; * `Install Composer`_, which is used to install PHP packages.