mirror of
https://github.com/brunofontes/Memsource-API.git
synced 2024-11-23 19:00:50 +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",
|
||||
"description": "A personal memsource api to better understand how it works",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Bruno F. Fontes",
|
||||
"email": "developer@brunofontes.net"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "stable",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"BrunoFontes\\": "src/",
|
||||
|
Loading…
Reference in New Issue
Block a user