23 lines
477 B
JSON
23 lines
477 B
JSON
|
{
|
||
|
"name": "ardent/grocy-api",
|
||
|
"description": "PHP implementation of a (part of) the grocy api",
|
||
|
"type": "library",
|
||
|
"license": "GPL-3.0-only",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "ardent",
|
||
|
"email": "composer@loken.nl"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": "^8.0",
|
||
|
"ext-json": "*",
|
||
|
"guzzlehttp/guzzle": "^6.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Ardent\\GrocyApi\\": "src/"
|
||
|
}
|
||
|
}
|
||
|
}
|