diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 7ec1d7d..c34ffd6 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -12,3 +12,7 @@ tools: php_hhvm: true php_analyzer: true php_pdepend: true + +php: + code_rating: true + duplication: true \ No newline at end of file diff --git a/README.md b/README.md index 2d2b5e1..b3b82eb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ Tactician Domain Events [![Build Status](https://travis-ci.org/borNfreee/tactician-domain-events.svg?branch=master)](https://travis-ci.org/bornfreee/tactician-domain-events) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/bornfreee/tactician-domain-events/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/tactician-domain-events/?branch=master) -[![Code Coverage](https://scrutinizer-ci.com/g/bornfreee/tactician-domain-events/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/tactician-domain-events/?branch=master) [![Latest Stable Version](https://poser.pugx.org/bornfreee/tactician-domain-events/v/stable)](https://packagist.org/packages/bornfreee/tactician-domain-events) A Plugin for Tactician command bus library to work with the recorded Domain Events