From 51bb73ffdf22687ed953ade366d026862fc52b1c Mon Sep 17 00:00:00 2001 From: Joby Elliott Date: Thu, 23 Aug 2018 21:53:26 -0600 Subject: [PATCH] require PHP version --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f4a8694..317e5c9 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,9 @@ "name": "byjoby/html-object-strings", "description": "Abstraction layer for constructing arbitrary HTML tags in PHP", "type": "library", - "require": {}, + "require": { + "php": ">-7.1" + }, "license": "MIT", "authors": [{ "name": "Joby Elliott",