diff --git a/composer.json b/composer.json index 9a162fd..882d915 100644 --- a/composer.json +++ b/composer.json @@ -1,21 +1,12 @@ { - "name": "Eher/OAuth", + "name": "OAuth", "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": { "php": ">=5.3.0" + }, + "autoload": { + "psr-0": { + "OAuth": "src/" + } } }