From 881f0756efe11c446d85b96f75f11ddbd79f68a0 Mon Sep 17 00:00:00 2001 From: David McKay Date: Thu, 13 Oct 2016 16:08:22 +0100 Subject: [PATCH] Updated README to match composer.json requirements. Closes #7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e37814..e477aa0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ composer require slim/http "^0.1" ``` This will install the `slim/http` component and all required dependencies. -PHP 5.6.0 or newer is required. +PHP 7.0, or newer, is required. ## Usage