File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ deprecated features, which your project no longer uses).
104104PHP 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
108108amongst the :doc: `core team </contributing/code/core_team >` and documented as
109109part of the :ref: `technical requirements for running Symfony applications
110110<symfony-tech-requirements>`.
@@ -117,6 +117,12 @@ one that is publicly available.
117117For out-of-support releases of Symfony, the latest PHP version at time of EOL is the last
118118supported 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+
120126Rationale
121127---------
122128
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ Before creating your first Symfony application you must:
2121 enabled by default in most PHP 7 installations): `Ctype `_, `iconv `_, `JSON `_,
2222 `PCRE `_, `Session `_, `SimpleXML `_, and `Tokenizer `_;
2323
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.0 is supported.
2724* `Install Composer `_, which is used to install PHP packages.
2825
2926Optionally, you can also `install Symfony CLI `_. This creates a binary called
You can’t perform that action at this time.
0 commit comments