Skip to content

Commit 4f7970b

Browse files
committed
minor #16190 [Setup] PHP 8.1 is the last release (alexislefebvre)
This PR was merged into the 6.0 branch. Discussion ---------- [Setup] PHP 8.1 is the last release The text was saying: > Before creating your first Symfony application you must: > > - Install **PHP 8.0.2** or higher […] > - Note that all newer, released versions of PHP will be supported during the lifetime of each Symfony release (including new major versions). For example, **PHP 8.0** is supported. (emphasis mine) I found it strange. Commits ------- 167f561 PHP 8.1 is the last release
2 parents 4ad68fe + 167f561 commit 4f7970b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Before creating your first Symfony application you must:
2323

2424
* Note that all newer, released versions of PHP will be supported during the
2525
lifetime of each Symfony release (including new major versions).
26-
For example, PHP 8.0 is supported.
26+
For example, PHP 8.1 is supported.
2727
* `Install Composer`_, which is used to install PHP packages.
2828

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

0 commit comments

Comments
 (0)