mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"locks": {
|
|
"symfonycasts/reset-password-bundle": {
|
|
"version": "1.0",
|
|
"recipe": {
|
|
"repo": "1.0",
|
|
"branch": "master",
|
|
"version": "1.0",
|
|
"ref": "97c1627c0384534997ae1047b93be517ca16de43"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"symfonycasts/reset-password-bundle": {
|
|
"repository": "github.com/symfony/recipes",
|
|
"package": "symfonycasts/reset-password-bundle",
|
|
"version": "1.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/reset_password.yaml": {
|
|
"contents": "symfonycasts_reset_password:\n # Replace symfonycasts.reset_password.fake_request_repository with the full\n # namespace of the password reset request repository after it has been created.\n # i.e. App\\Repository\\ResetPasswordRequestRepository\n request_password_repository: symfonycasts.reset_password.fake_request_repository\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "symfonycasts/reset-password-bundle:1.0@github.com/symfony/recipes:master",
|
|
"is_contrib": false
|
|
}
|
|
}
|
|
} |