diff --git a/composer.json b/composer.json index 4fb3341..1409ed3 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,13 @@ "name": "brunofontes/memsource-api", "description": "A personal memsource api to better understand how it works", "license": "GPL-3.0-or-later", + "authors": [ + { + "name": "Bruno F. Fontes", + "email": "developer@brunofontes.net" + } + ], + "minimum-stability": "stable", "autoload": { "psr-4": { "BrunoFontes\\": "src/",