Skip to content

Commit 6be6b5e

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #748
2 parents 5ea0d37 + f1b46f0 commit 6be6b5e

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)