Memsource-API/composer.json

18 lines
429 B
JSON
Raw Normal View History

{
"name": "brunofontes/memsource-api",
"description": "A personal memsource api to better understand how it works",
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"BrunoFontes\\": "src/",
"BrunoFontes\\Memsource\\": "src/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/brunofontes/Memsource-API"
}
]
}