Including more info on composer.json

This commit is contained in:
Bruno F. Fontes 2019-06-24 21:42:52 -03:00
parent 254be18f0a
commit 7f2132515b
Signed by: brunofontes
GPG Key ID: EE3447CE80048495

View File

@ -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/",