Removed phpbench from composer to satisfy PHP5.4 requirement

This commit is contained in:
Vladimir Razuvaev 2017-02-25 02:55:52 +07:00
parent 66acb73a47
commit 752668df8d

View File

@ -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"