From 578f764fd5d72f508d78b8a58f0b5bb1f7856557 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 3 Jun 2025 15:19:42 +0200 Subject: [PATCH] Bump PHP requirements to 8.4 in Symfony 8.0 --- contributing/code/pull_requests.rst | 2 +- setup.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.