diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-16 16:44:10 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-16 16:44:10 +0100 |
commit | 645d0c83f361db3a046c1e4647df9dcf9629709a (patch) | |
tree | 44f3639b200829282db3c4ca7eba93f7244d4224 /composer.json | |
parent | 9c33dea2be462d7974e2fe551cabf79731b753ca (diff) |
php-zendframework-zend-cache: 2.7.2
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 18d1325..77a87b4 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,9 @@ "require-dev": { "zendframework/zend-serializer": "^2.6", "zendframework/zend-session": "^2.6.2", - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "^4.5", - "phpbench/phpbench": "^0.10.0" + "phpunit/phpunit": "^4.8", + "phpbench/phpbench": "^0.10.0", + "zendframework/zend-coding-standard": "~1.0.0" }, "suggest": { "zendframework/zend-serializer": "Zend\\Serializer component", @@ -56,5 +56,16 @@ "ZendTest\\Cache\\": "test/", "ZendBench\\Cache\\": "benchmark/" } + }, + "scripts": { + "check": [ + "@cs-check", + "@test" + ], + "cs-check": "phpcs", + "cs-fix": "phpcbf", + "test": "phpunit --colors=always", + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", + "upload-coverage": "coveralls -v" } } |