adds recipe for symfony casts reset password bundle

This commit is contained in:
Jesse Rushlow
2020-03-28 00:26:00 -04:00
parent 5ea0d377f1
commit 94803d818f
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,5 @@
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
@@ -0,0 +1,8 @@
{
"bundles": {
"SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}