Skip to content

Commit 85213b0

Browse files
committed
Add code-climate dependency
1 parent 9188742 commit 85213b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"php": ">=5.3.0"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": ">=4.0"
16+
"phpunit/phpunit": ">=4.0",
17+
"codeclimate/php-test-reporter": "dev-master"
1718
},
1819
"minimum-stability": "stable",
1920
"autoload": {

0 commit comments

Comments
 (0)