massive cleanups

- renamed classes
- updated to phpunit
- more PSR compliance
This commit is contained in:
Ahmad Nassri
2014-12-17 22:29:03 -05:00
parent ea3995225c
commit 61eb281692
12 changed files with 326 additions and 365 deletions

View File

@@ -15,10 +15,11 @@
"require" : {
"php" : ">=5.3.0",
"ext-curl" : "*",
"ext-json" : "*"
"ext-json" : "*",
"ext-http" : "*"
},
"require-dev": {
"vierbergenlars/simpletest": "*"
"phpunit/phpunit": "*"
},
"autoload" : {
"psr-0" : {
@@ -28,4 +29,4 @@
"support" : {
"email" : "support@mashape.com"
}
}
}