nextcloud-gpodder/composer.json
Kalle Fagerberg 3550bdcb67 Ran composer update
Composer was complaining about "composer.json" being outdated, and it
didn't want to install PHPUnit, even though it was listed in
compose.lock

EDIT: While rebasing I mostly reverted most of my changes to instead use
the upstream changes from main.
2022-10-28 09:50:44 +02:00

14 lines
178 B
JSON

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