15 lines
344 B
JSON
15 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"
|
|
}
|
|
}
|