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": "*" "ext-mbstring": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8", "phpunit/phpunit": "^4.8"
"phpbench/phpbench": "^0.13.0"
}, },
"config": { "config": {
"bin-dir": "bin" "bin-dir": "bin"