mirror of
https://github.com/thrillfall/nextcloud-gpodder.git
synced 2025-01-30 17:14:59 +01:00
3550bdcb67
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.
14 lines
178 B
JSON
14 lines
178 B
JSON
{
|
|
"name": "thrillfall/gpoddersync",
|
|
"type": "project",
|
|
"license": "AGPLv3",
|
|
"authors": [
|
|
{
|
|
"name": "thrillfall"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9"
|
|
}
|
|
}
|