From 7f2132515ba23dedcec47af3dc0b911c0b962220 Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Mon, 24 Jun 2019 21:42:52 -0300 Subject: [PATCH] Including more info on composer.json --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) 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/",