From ec3656b10d718fd32f14167a74718a07451215f2 Mon Sep 17 00:00:00 2001 From: Patrick Louys Date: Tue, 1 Nov 2016 15:35:51 +0100 Subject: [PATCH] Updated PHP version --- 02-composer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-composer.md b/02-composer.md index 47ff793..0dd1b3e 100644 --- a/02-composer.md +++ b/02-composer.md @@ -26,7 +26,7 @@ Add the following content to the file: } ], "require": { - "php": ">=5.5.0" + "php": ">=7.0.0" }, "autoload": { "psr-4": {