Skip to content

Commit a3c3ce1

Browse files
committed
minor #18360 Upgrade the minimum PHP version requirement for Symfony 7.0 (javiereguiluz)
This PR was merged into the 7.0 branch. Discussion ---------- Upgrade the minimum PHP version requirement for Symfony 7.0 Fixes #18340. The first PR for Symfony 7 🥳 `@stof` could you please check if it's still true that you must have all the following PHP extensions to run any Symfony app: `Ctype`, `iconv`, `PCRE`, `Session`, `SimpleXML`, and `Tokenizer`. Thanks! Commits ------- 291cded Upgrade the minimum PHP version requirement for Symfony 7.0
2 parents 195c6b8 + 291cded commit a3c3ce1

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
@@ -14,7 +14,7 @@ Technical Requirements
1414

1515
Before creating your first Symfony application you must:
1616

17-
* Install PHP 8.1 or higher and these PHP extensions (which are installed and
17+
* Install PHP 8.2 or higher and these PHP extensions (which are installed and
1818
enabled by default in most PHP 8 installations): `Ctype`_, `iconv`_,
1919
`PCRE`_, `Session`_, `SimpleXML`_, and `Tokenizer`_;
2020
* `Install Composer`_, which is used to install PHP packages.

0 commit comments

Comments
 (0)