removing extra dependency

This commit is contained in:
Ahmad Nassri
2014-12-17 22:33:07 -05:00
parent 61eb281692
commit cda471ebdb

View File

@@ -15,8 +15,7 @@
"require" : {
"php" : ">=5.3.0",
"ext-curl" : "*",
"ext-json" : "*",
"ext-http" : "*"
"ext-json" : "*"
},
"require-dev": {
"phpunit/phpunit": "*"