mirror of
https://github.com/brunofontes/Memsource-API.git
synced 2024-11-24 03:07:10 +00:00
Including more info on composer.json
This commit is contained in:
parent
254be18f0a
commit
7f2132515b
@ -2,6 +2,13 @@
|
|||||||
"name": "brunofontes/memsource-api",
|
"name": "brunofontes/memsource-api",
|
||||||
"description": "A personal memsource api to better understand how it works",
|
"description": "A personal memsource api to better understand how it works",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Bruno F. Fontes",
|
||||||
|
"email": "developer@brunofontes.net"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"minimum-stability": "stable",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"BrunoFontes\\": "src/",
|
"BrunoFontes\\": "src/",
|
||||||
|
Loading…
Reference in New Issue
Block a user