From ffc828dac2547aff76cb4962bb3fcc4f454ec8a2 Mon Sep 17 00:00:00 2001 From: Jason Pirkey Date: Fri, 5 Sep 2014 10:21:56 -0400 Subject: [PATCH] Specifying the min php version composer supports --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index faf0011..4347ed3 100644 --- a/composer.json +++ b/composer.json @@ -19,9 +19,9 @@ "issues": "https://github.com/brianlmoon/GearmanManager/issues" }, "require": { - "php": ">=5.2.0" + "php": ">=5.3.2" }, "autoload": { "classmap": [ "GearmanManager.php", "GearmanPearManager.php", "GearmanPeclManager.php" ] } -} \ No newline at end of file +}