File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ deprecated features, which your project no longer uses).
104
104
PHP Compatibility
105
105
-----------------
106
106
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
108
108
amongst the :doc: `core team </contributing/code/core_team >` and documented as
109
109
part of the :ref: `technical requirements for running Symfony applications
110
110
<symfony-tech-requirements>`.
@@ -117,6 +117,12 @@ one that is publicly available.
117
117
For out-of-support releases of Symfony, the latest PHP version at time of EOL is the last
118
118
supported PHP version. Newer versions of PHP may or may not function.
119
119
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
+
120
126
Rationale
121
127
---------
122
128
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ Before creating your first Symfony application you must:
20
20
* Install PHP 8.0.2 or higher and these PHP extensions (which are installed and
21
21
enabled by default in most PHP 8 installations): `Ctype `_, `iconv `_,
22
22
`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.
27
23
* `Install Composer `_, which is used to install PHP packages.
28
24
29
25
Optionally, you can also `install Symfony CLI `_. This creates a binary called
You can’t perform that action at this time.
0 commit comments