Skip to content

Commit 0b4970c

Browse files
authored
Merge pull request #23 from JBlond/development
Merge delopment into master
2 parents 1ef1948 + b2dd9e9 commit 0b4970c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/aa609edb-cdb1-45cf-ad51-afbdab48f6a1/mini.png)](https://insight.sensiolabs.com/projects/aa609edb-cdb1-45cf-ad51-afbdab48f6a1) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/db5f8d57b1234502aeb852afc87e0dfe)](https://www.codacy.com/app/leet31337/php-diff)
44

5-
[![Latest Version](https://img.shields.io/github/release/JBlond/php-diff.svg?style=flat-square&label=Release)](https://github.com/JBlond/php-diff/releases)
5+
[![Latest Version](https://img.shields.io/github/release/JBlond/php-diff.svg?style=flat-square&label=Release)](https://github.com/JBlond/php-diff/releases) [![Packagist Installs](https://badgen.net/packagist/dt/JBlond/php-diff)](https://packagist.org/packages/jblond/php-diff)
66

77
## Introduction
88

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"require-dev" : {
2323
"phpunit/phpunit" : "8.*",
24-
"squizlabs/php_codesniffer" : "*"
24+
"squizlabs/php_codesniffer" : "*",
25+
"phpmd/phpmd": "2.*"
2526
},
2627
"autoload" : {
2728
"psr-4" : {
@@ -34,6 +35,7 @@
3435
"scripts" : {
3536
"phpunit" : "phpunit ./tests/",
3637
"php_src" : "phpcs --standard=phpcs.xml -s -p --colors ./lib/",
37-
"php_test" : "phpcs --standard=phpcs.xml -s -p --colors ./tests/"
38+
"php_test" : "phpcs --standard=phpcs.xml -s -p --colors ./tests/",
39+
"phpmd" : "phpmd ./ ansi cleancode, codesize, controversial, design, naming, unusedcode --exclude vendor"
3840
}
3941
}

0 commit comments

Comments
 (0)