externalpassword/composer.json

16 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"
}
}