Skip to content

Commit 31061c4

Browse files
committed
minor #12312 Correct minimum PHP version (reinierbutot)
This PR was merged into the master branch. Discussion ---------- Correct minimum PHP version The correct minimum version for 5.0 is PHP 7.2.9, as indicated in https://github.com/symfony/symfony/blob/master/composer.json#L19 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 8659fd0 Correct minimum PHP version
2 parents 3f6ffde + 8659fd0 commit 31061c4

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
@@ -17,7 +17,7 @@ Technical Requirements
1717

1818
Before creating your first Symfony application you must:
1919

20-
* Install PHP 7.1 or higher and these PHP extensions (which are installed and
20+
* Install PHP 7.2.9 or higher and these PHP extensions (which are installed and
2121
enabled by default in most PHP 7 installations): `Ctype`_, `iconv`_, `JSON`_,
2222
`PCRE`_, `Session`_, `SimpleXML`_, and `Tokenizer`_;
2323
* `Install Composer`_, which is used to install PHP packages;

0 commit comments

Comments
 (0)