mirror of
https://github.com/symfony/recipes.git
synced 2026-09-21 12:06:33 +03:00
Update Flex archives
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user