mirror of
https://github.com/brunofontes/Memsource-API.git
synced 2024-11-23 19:00:50 +00:00
19 lines
453 B
JSON
19 lines
453 B
JSON
{
|
|
"name": "brunofontes/memsource-api",
|
|
"version": "1.0.0",
|
|
"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"
|
|
}
|
|
]
|
|
}
|