mirror of
https://github.com/brunofontes/Memsource-API.git
synced 2024-11-23 19:00:50 +00:00
Bruno Fontes
d772ee5d47
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.
18 lines
409 B
JSON
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"
|
|
}
|
|
]
|
|
}
|