From 726ccf9fed86c7dff91d2bffce86d23a7ef4c5b9 Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Thu, 28 Dec 2017 12:35:16 +1100 Subject: [PATCH] Supports PHP 7.1 for composer installations --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 315af81..25278e5 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } }, "require": { - "php": "~5.5.0|~5.6.0|~7.0.0" + "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0" }, "autoload": { "psr-4": {