diff --git a/composer.json b/composer.json index f6c2a72..495cf25 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,16 @@ { "name": "bunnycdn/storage", + "type": "library", + "description": "PHP library to interact with the BunnyCDN Storage API.", + "keywords": ["bunnycdn", "bunny.net", "storage", "media"], + "homepage": "https://bunny.net/storage/", + "license": "MIT", + "authors": [ + { + "name": "Dejan Grofelnik Pelzel", + "email": "dejan@bunnycdn.com" + } + ], "autoload": { "psr-4": { "Bunny\\Storage\\": "src/"