Skip to content

Commit 71ec30d

Browse files
committed
minor #21039 Bump PHP requirements to 8.4 in Symfony 8.0 (javiereguiluz)
This PR was merged into the 8.0 branch. Discussion ---------- Bump PHP requirements to 8.4 in Symfony 8.0 Fixes #21038. Commits ------- 578f764 Bump PHP requirements to 8.4 in Symfony 8.0
2 parents 4fe95bf + 578f764 commit 71ec30d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contributing/code/pull_requests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before working on Symfony, setup a friendly environment with the following
3131
software:
3232

3333
* Git;
34-
* PHP version 8.2 or above.
34+
* PHP version 8.4 or above.
3535

3636
Configure Git
3737
~~~~~~~~~~~~~

setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Technical Requirements
1414

1515
Before creating your first Symfony application you must:
1616

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

0 commit comments

Comments
 (0)