diff --git a/composer.json b/composer.json index b1c313f..b5ad34f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,8 @@ { - "name": "Eher/OAuth", + "name": "eher/oauth", "type": "library", + "license": "BSD-3-Clause", + "description": "OAuth 1 PHP Library", "require": { "php": ">=5.3.0" },