externalpassword/composer.json
Raoul Snyman 816b1323cb
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix phpunit in composer; create Woodpecker CI pipeline file
2022-06-01 21:37:20 -07:00

16 lines
344 B
JSON

{
"name": "raoul/externalpassword",
"description": "An app for Nextcloud to allow an administrator to direct a user to an external site for changing their password.",
"type": "project",
"license": "AGPL",
"authors": [
{
"name": "Raoul Snyman"
}
],
"require": {},
"require-dev": {
"phpunit/phpunit": "^9"
}
}