From c82d29ac349509e807a07bedd617e6d847fc8b9e Mon Sep 17 00:00:00 2001 From: Joby Elliott Date: Thu, 23 Aug 2018 21:54:45 -0600 Subject: [PATCH] fix PHP version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 317e5c9..03db9fc 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Abstraction layer for constructing arbitrary HTML tags in PHP", "type": "library", "require": { - "php": ">-7.1" + "php": ">=7.1" }, "license": "MIT", "authors": [{