Composer.json updated
This commit is contained in:
parent
0849d47418
commit
4344315960
@ -1,21 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "Eher/OAuth",
|
"name": "OAuth",
|
||||||
"type": "library",
|
"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": {
|
"require": {
|
||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-0": {
|
||||||
|
"OAuth": "src/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user