Memsource-API/composer.json
Bruno Fontes d772ee5d47
Transforming into a composer package class
As I should use this into more than one project, it would be better to
turn it into a composer package. So I learn how to do that and use it at
work at the same time.
2019-06-19 10:39:34 -03:00

18 lines
409 B
JSON

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