From 57bfe11dd5b9430b238325ec5b7091cffa2df3eb Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 3 Jan 2017 16:58:41 -0500 Subject: [PATCH] update composer.json specifying compatibility with php4,5, and 7. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 281d2aa..84301f5 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,6 @@ } ], "require": { - "php": "4 - 5" + "php": ">=4" } }