Skip to content

Commit 94803d8

Browse files
committed
adds recipe for symfony casts reset password bundle
1 parent 5ea0d37 commit 94803d8

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
symfonycasts_reset_password:
2+
# Replace symfonycasts.reset_password.fake_request_repository with the full
3+
# namespace of the password reset request repository after it has been created.
4+
# i.e. App\Repository\ResetPasswordRequestRepository
5+
request_password_repository: symfonycasts.reset_password.fake_request_repository
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}

0 commit comments

Comments
 (0)