From b7b37914c9204b9060d7718efb8204bce93f2d10 Mon Sep 17 00:00:00 2001 From: Brian Moon Date: Tue, 24 Oct 2017 20:12:32 -0500 Subject: [PATCH] Update minimum PHP version This version of the code has only be tested against PHP 5.6 or higher. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index af4a5766..60981776 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "issues": "https://github.com/brianlmoon/net_gearman/issues" }, "require": { - "php": ">=5.2.0" + "php": ">=5.6.0" }, "autoload": { "classmap": [ "Net/Gearman" ]