diff --git a/contributing/code/pull_requests.rst b/contributing/code/pull_requests.rst index 6b40e940dfb..b6ca5d49beb 100644 --- a/contributing/code/pull_requests.rst +++ b/contributing/code/pull_requests.rst @@ -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 ~~~~~~~~~~~~~ diff --git a/setup.rst b/setup.rst index a1fe9669a6e..17910b2bd4b 100644 --- a/setup.rst +++ b/setup.rst @@ -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.