massive cleanups
- renamed classes - updated to phpunit - more PSR compliance
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user