Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bad586e

Browse filesBrowse files
committed
minor symfony#16543 Allowmin PHP req to change for a minor Symfony version (fabpot)
This PR was merged into the 4.4 branch. Discussion ---------- Allowmin PHP req to change for a minor Symfony version Clarify our policy about bumping the PHP minimum requirement on a Symfony minor version. Commits ------- edfba60 Allowmin PHP req to change for a minor Symfony version
2 parents ef45d15 + edfba60 commit bad586e
Copy full SHA for bad586e

File tree

Expand file treeCollapse file tree

2 files changed

+7
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-4
lines changed

‎contributing/community/releases.rst

Copy file name to clipboardExpand all lines: contributing/community/releases.rst
+7-1Lines 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

Copy file name to clipboardExpand all lines: setup.rst
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.