Skip to content

Commit 3c86d5c

Browse files
committed
new packages for code analysis
1 parent aa71ebe commit 3c86d5c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"require-dev": {
33
"phpunit/phpunit": "4.8.*",
44
"phpunit/dbunit": ">=1.2",
5-
"phpunit/phpcov": "*"
5+
"phpunit/phpcov": "*",
6+
"squizlabs/php_codesniffer": "2.*",
7+
"phpmd/phpmd" : "@stable"
68
}
79
}

0 commit comments

Comments
 (0)