Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading