From 752668df8d2c8d0a931b9b82fc33aeb0785d1ab0 Mon Sep 17 00:00:00 2001 From: Vladimir Razuvaev Date: Sat, 25 Feb 2017 02:55:52 +0700 Subject: [PATCH] Removed phpbench from composer to satisfy PHP5.4 requirement --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a50e944..9fd5e42 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,7 @@ "ext-mbstring": "*" }, "require-dev": { - "phpunit/phpunit": "^4.8", - "phpbench/phpbench": "^0.13.0" + "phpunit/phpunit": "^4.8" }, "config": { "bin-dir": "bin"