PicnicApi/composer.json

23 lines
479 B
JSON

{
"name": "ardent/picnic-api",
"description": "PHP implementation of the unofficial picnic 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\\PicnicApi\\": "src/"
}
}
}