Included code for code climate.

This commit is contained in:
James Cole
2015-01-30 22:09:47 +01:00
parent aa246b0b2b
commit 9da69358e2
4 changed files with 12 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
"require-dev": {
"barryvdh/laravel-debugbar": "@stable",
"barryvdh/laravel-ide-helper": "@stable",
"satooshi/php-coveralls": "dev-master",
"satooshi/php-coveralls": "*",
"mockery/mockery": "@stable",
"league/factory-muffin": "~2.1",
"codeception/codeception": "*",
@@ -41,7 +41,8 @@
"codeception/phpbuiltinserver": "*",
"codeception/specify": "*",
"codeception/verify": "*",
"fzaninotto/faker": "1.*"
"fzaninotto/faker": "1.*",
"codeclimate/php-test-reporter": "dev-master"
},