2019-03-01 03:52:18 +00:00
|
|
|
{
|
2019-06-25 00:33:30 +00:00
|
|
|
"name": "brunofontes/memsource-api",
|
|
|
|
"description": "A personal memsource api to better understand how it works",
|
|
|
|
"license": "GPL-3.0-or-later",
|
2022-12-23 03:27:03 +00:00
|
|
|
"version": "1.2",
|
2019-06-25 00:42:52 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Bruno F. Fontes",
|
|
|
|
"email": "developer@brunofontes.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"minimum-stability": "stable",
|
2019-06-19 13:39:34 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"BrunoFontes\\": "src/",
|
|
|
|
"BrunoFontes\\Memsource\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/brunofontes/Memsource-API"
|
|
|
|
}
|
2019-06-28 03:54:06 +00:00
|
|
|
],
|
|
|
|
"require-dev": {
|
2022-12-23 03:27:03 +00:00
|
|
|
"phpunit/phpunit": "^8"
|
2019-06-28 05:21:55 +00:00
|
|
|
}
|
2019-03-01 03:52:18 +00:00
|
|
|
}
|