Files
symfony-flex-recipes/symfonycasts.reset-password-bundle.1.0.json
T
github-action botandgithub-action bot 941c6fe0e6 Update Flex endpoint
2021-09-23 10:26:28 +00:00

31 lines
1.2 KiB
JSON

{
"manifests": {
"symfonycasts/reset-password-bundle": {
"manifest": {
"bundles": {
"SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/reset_password.yaml": {
"contents": [
"symfonycasts_reset_password:",
" # Replace symfonycasts.reset_password.fake_request_repository with the full",
" # namespace of the password reset request repository after it has been created.",
" # i.e. App\\Repository\\ResetPasswordRequestRepository",
" request_password_repository: symfonycasts.reset_password.fake_request_repository",
""
],
"executable": false
}
},
"ref": "97c1627c0384534997ae1047b93be517ca16de43"
}
}
}