Memsource-API/composer.json

29 lines
677 B
JSON
Raw Permalink Normal View History

{
"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",
"autoload": {
"psr-4": {
"BrunoFontes\\": "src/",
"BrunoFontes\\Memsource\\": "src/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/brunofontes/Memsource-API"
}
],
"require-dev": {
2022-12-23 03:27:03 +00:00
"phpunit/phpunit": "^8"
}
}