Skip to content
Merged
Show file tree
Hide file tree
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 contributing/code/pull_requests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Before working on Symfony, setup a friendly environment with the following
software:

* Git;
* PHP version 8.2 or above.
* PHP version 8.4 or above.

Configure Git
~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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
* Install PHP 8.4 or higher and these PHP extensions (which are installed and
enabled by default in most PHP 8 installations): `Ctype`_, `iconv`_,
`PCRE`_, `Session`_, `SimpleXML`_, and `Tokenizer`_;
* `Install Composer`_, which is used to install PHP packages.
Expand Down