diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-16 10:11:44 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-16 10:11:44 +0200 |
commit | b1dc722ef9d3f2f43dabf6b85376565604de6cea (patch) | |
tree | 356524c1350b362ee3578dd210bad8b4518166bb /composer.json | |
parent | 4fb9064ab9d5b0b50a54c0ceac7d994e5f5fe159 (diff) |
php-zendframework-zend-cache: 2.7.1
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 36bd525..18d1325 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,8 @@ "zendframework/zend-serializer": "^2.6", "zendframework/zend-session": "^2.6.2", "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "^4.5" + "phpunit/phpunit": "^4.5", + "phpbench/phpbench": "^0.10.0" }, "suggest": { "zendframework/zend-serializer": "Zend\\Serializer component", @@ -52,7 +53,8 @@ }, "autoload-dev": { "psr-4": { - "ZendTest\\Cache\\": "test/" + "ZendTest\\Cache\\": "test/", + "ZendBench\\Cache\\": "benchmark/" } } } |