Composer.json updated

This commit is contained in:
Eher 2012-02-12 15:10:02 -02:00
parent 0849d47418
commit 4344315960
1 changed files with 6 additions and 15 deletions

View File

@ -1,21 +1,12 @@
{
"name": "Eher/OAuth",
"name": "OAuth",
"type": "library",
"description": "OAuth 1 PHP Library",
"keywords": ["oauth"],
"homepage": "https://github.com/EHER/OAuth",
"authors":[
{
"name": "Andy Smith",
"homepage": "http://term.ie/"
}
],
"autoload": {
"psr-0": {
"Eher/OAuth": "src/"
}
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"OAuth": "src/"
}
}
}