diff --git a/composer.json b/composer.json index e60210d..0362302 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,16 @@ { "name": "baileyherbert/envato", - "description": "Complete PHP client for the Envato API.", + "description": "Client library for the Envato API that supports Personal Tokens and OAuth.", "type": "library", - "keywords": ["envato", "envato api", "envato v3", "envato market"], + "keywords": ["envato", "envato api", "envato v3", "envato market", "envato oauth"], "homepage": "https://bailey.sh/", "version": "3.0.0", "license": "MIT", "authors": [ { "name": "Bailey Herbert", - "email": "bailey.herbert@hotmail.com", - "homepage": "https://github.com/baileyherbert" + "email": "hello@bailey.sh", + "homepage": "https://bailey.sh/" } ], "require": {