Skip to content

Commit 5728f66

Browse files
committedMar 7, 2015
Add codeclimate
1 parent 6a76969 commit 5728f66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "~4.0.0",
30-
"squizlabs/php_codesniffer": "~2.0.0@DEV"
30+
"squizlabs/php_codesniffer": "~2.0.0@DEV",
31+
"codeclimate/php-test-reporter": "dev-master"
3132
},
3233
"autoload": {
3334
"psr-0": {

0 commit comments

Comments
 (0)
Please sign in to comment.