OAuth/composer.json

22 lines
425 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-09 00:44:20 +00:00
"authors":[
{
"name": "Andy Smith",
"homepage": "http://term.ie/"
}
],
2012-02-12 15:39:28 +00:00
"autoload": {
"psr-0": {
"Eher/OAuth": "src/"
}
},
2012-02-08 19:23:47 +00:00
"require": {
"php": ">=5.3.0"
}
2012-02-08 19:12:44 +00:00
}