diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-21 08:36:08 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-21 08:36:08 +0100 |
commit | 2bb6241073ddf59cb25bbf47dc24b0309f0f91d5 (patch) | |
tree | ae17357b39469a84e46aa60b1ba5d311cf415be9 /composer.json | |
parent | ed9ab3b26707e9da1477ab2b02c899d19d3bfd82 (diff) |
php-zendframework-zend-view: 2.8.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 f976a08..d253fe4 100644 --- a/composer.json +++ b/composer.json @@ -40,8 +40,8 @@ "zendframework/zend-session": "^2.6.2", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", "zendframework/zend-uri": "^2.5", - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "^4.5" + "phpunit/phpunit": "^4.6", + "zendframework/zend-coding-standard": "~1.0.0" }, "suggest": { "zendframework/zend-authentication": "Zend\\Authentication component", @@ -73,5 +73,16 @@ }, "bin": [ "bin/templatemap_generator.php" - ] + ], + "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" + } } |