1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{ "name": "eher/oauth", "type": "library", "license": "BSD-3-Clause", "description": "OAuth 1 PHP Library", "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "Eher\\OAuth": "src" } }, "require-dev": { "eher/phpunit": "1.6" } }