OAuth/composer.json

18 lines
319 B
JSON
Raw Permalink Normal View History

2012-02-08 19:12:44 +00:00
{
2012-12-02 20:15:55 +00:00
"name": "eher/oauth",
2012-02-08 19:23:47 +00:00
"type": "library",
2012-12-02 20:15:55 +00:00
"license": "BSD-3-Clause",
"description": "OAuth 1 PHP Library",
2012-02-12 17:10:02 +00:00
"require": {
"php": ">=5.3.0"
2012-04-03 14:00:41 +00:00
},
"autoload": {
"psr-0": {
"Eher\\OAuth": "src"
}
},
"require-dev": {
"eher/phpunit": "1.6"
2012-02-08 19:23:47 +00:00
}
2012-02-08 19:12:44 +00:00
}