mirror of
https://github.com/brunofontes/Memsource-API.git
synced 2024-11-23 19:00:50 +00:00
29 lines
677 B
JSON
29 lines
677 B
JSON
{
|
|
"name": "brunofontes/memsource-api",
|
|
"description": "A personal memsource api to better understand how it works",
|
|
"license": "GPL-3.0-or-later",
|
|
"version": "1.2",
|
|
"authors": [
|
|
{
|
|
"name": "Bruno F. Fontes",
|
|
"email": "developer@brunofontes.net"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"BrunoFontes\\": "src/",
|
|
"BrunoFontes\\Memsource\\": "src/"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/brunofontes/Memsource-API"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8"
|
|
}
|
|
}
|