adding codeclimate and updating README

This commit is contained in:
Ahmad Nassri
2015-01-14 19:24:20 -05:00
parent c1018cc344
commit 0b29426d7f
4 changed files with 43 additions and 7 deletions

View File

@@ -8,11 +8,13 @@
"author": "Mashape <opensource@mashape.com> (https://www.mashape.com)",
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
"ext-json": "*"
"ext-curl": "0.0.0.*",
"ext-json": "~1.3"
},
"require-dev": {
"phpunit/phpunit": "*"
"ext-xdebug": "~2.2",
"phpunit/phpunit": "~4.4",
"codeclimate/php-test-reporter": "0.1.*"
},
"autoload": {
"psr-0": {