nextcloud-gpodder/composer.json

19 lines
234 B
JSON

{
"name": "thrillfall/gpoddersync",
"type": "project",
"license": "AGPLv3",
"authors": [
{
"name": "thrillfall"
}
],
"require-dev": {
"phpunit/phpunit": "^9"
},
"config": {
"platform": {
"php": "7.4.33"
}
}
}