23 lines
483 B
JSON
23 lines
483 B
JSON
{
|
|
"name": "ardent/picnic-api",
|
|
"description": "PHP implementation of the unofficial picnic api",
|
|
"type": "library",
|
|
"license": "GPL-3.0-only",
|
|
"authors": [
|
|
{
|
|
"name": "tim",
|
|
"email": "tim.veenendaal@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.0",
|
|
"ext-json": "*",
|
|
"guzzlehttp/guzzle": "^6.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ardent\\PicnicApi\\": "src/"
|
|
}
|
|
}
|
|
}
|