externalpassword/composer.json
2022-05-08 21:56:29 -07:00

15 lines
377 B
JSON

{
"name": "External Password",
"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": "^5.4"
}
}