mirror of
https://github.com/symfony/recipes.git
synced 2026-09-22 04:26:23 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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",
|
||||
"not_installable": false,
|
||||
"is_contrib": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user