readme updated with composer instructions

This commit is contained in:
thefosk
2013-04-26 12:01:53 -07:00
parent 963d5fd473
commit 22d0c7cbfb
2 changed files with 24 additions and 5 deletions

View File

@@ -3,12 +3,12 @@
"description" : "Unirest PHP",
"keywords" : ["rest", "curl"],
"type" : "library",
"homepage" : "http://unireset.io#php",
"homepage" : "http://unirest.io#php",
"license" : "MIT",
"authors" : [
{
"name" : "Mashape",
"email" : "hey@mashape.com",
"email" : "support@mashape.com",
"homepage" : "http://mashape.com"
}
],
@@ -23,6 +23,6 @@
}
},
"support" : {
"email" : "hey@mashape.com"
"email" : "support@mashape.com"
}
}
}