Skip to content

Commit 8659fd0

Browse files
authored
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
1 parent 3f6ffde commit 8659fd0

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)