From bf3000c467cecfb4ba39cc1cee96a9e523cd8db0 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 5 Feb 2018 13:16:58 -0500 Subject: [PATCH] minimum version ought to be 5.6 as it is the oldest version still being supported by The PHP Group --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e6af602..84b6cdd 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": ">=4" + "php": ">=5.6" }, "scripts": { "serve": ["@php -S localhost:29896 bibtexbrowser.php"]