Skip to content

Commit f11cbbd

Browse files
Update setup.rst to mention about Intl extension
Without the Intl extension, `composer install` will face a PHP fatal error
1 parent ee511ea commit f11cbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Technical Requirements
1515
Before creating your first Symfony application you must:
1616

1717
* Install PHP 8.2 or higher and these PHP extensions (which are installed and
18-
enabled by default in most PHP 8 installations): `Ctype`_, `iconv`_,
18+
enabled by default in most PHP 8 installations): `Intl`_, `Ctype`_, `iconv`_,
1919
`PCRE`_, `Session`_, `SimpleXML`_, and `Tokenizer`_;
2020
* `Install Composer`_, which is used to install PHP packages.
2121

0 commit comments

Comments
 (0)