From f6a6e3b7f4c53c555567bdff1b3f7a2b4edf895f Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 7 Feb 2018 06:33:53 -0500 Subject: [PATCH] composer supports PHP version 5.6 or greater (#86) --- 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"]