OAuth/composer.json

19 lines
362 B
JSON
Raw Normal View History

2012-02-08 19:12:44 +00:00
{
"name": "Eher/OAuth",
2012-02-08 19:23:47 +00:00
"type": "library",
"description": "OAuth 1 PHP Library",
"keywords": ["oauth"],
"homepage": "https://github.com/EHER/OAuth",
2012-02-08 19:27:30 +00:00
"psr-0": {
"OAuth": "src/"
},
2012-02-08 19:23:47 +00:00
"authors":
{
"name": "Andy Smith",
"homepage": "http://term.ie/"
},
"require": {
"php": ">=5.3.0"
}
2012-02-08 19:12:44 +00:00
}