Skip to content

Commit 183eaf8

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Allowmin PHP req to change for a minor Symfony version
2 parents 45a60f2 + 309abf8 commit 183eaf8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

contributing/community/releases.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ deprecated features, which your project no longer uses).
104104
PHP Compatibility
105105
-----------------
106106

107-
The **minimum** PHP version is decided for each major Symfony version by consensus
107+
The **minimum** PHP version is decided for each **major** Symfony version by consensus
108108
amongst the :doc:`core team </contributing/code/core_team>` and documented as
109109
part of the :ref:`technical requirements for running Symfony applications
110110
<symfony-tech-requirements>`.
@@ -117,6 +117,12 @@ one that is publicly available.
117117
For out-of-support releases of Symfony, the latest PHP version at time of EOL is the last
118118
supported PHP version. Newer versions of PHP may or may not function.
119119

120+
.. note::
121+
122+
By exception to the rule, bumping the minimum **minor** version of PHP is
123+
possible for a **minor** Symfony version when this helps fix important
124+
issues.
125+
120126
Rationale
121127
---------
122128

setup.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ Before creating your first Symfony application you must:
2020
* Install PHP 8.0.2 or higher and these PHP extensions (which are installed and
2121
enabled by default in most PHP 8 installations): `Ctype`_, `iconv`_,
2222
`PCRE`_, `Session`_, `SimpleXML`_, and `Tokenizer`_;
23-
24-
* Note that all newer, released versions of PHP will be supported during the
25-
lifetime of each Symfony release (including new major versions).
26-
For example, PHP 8.1 is supported.
2723
* `Install Composer`_, which is used to install PHP packages.
2824

2925
Optionally, you can also `install Symfony CLI`_. This creates a binary called

0 commit comments

Comments
 (0)