mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 02:56:26 +03:00
45 lines
2.0 KiB
JSON
45 lines
2.0 KiB
JSON
{
|
|
"locks": {
|
|
"tilleuls/forgot-password-bundle": {
|
|
"version": "1.0",
|
|
"recipe": {
|
|
"repo": "1.0",
|
|
"branch": "master",
|
|
"version": "1.0",
|
|
"ref": "48ab9b5581997a68245b79ac21e355152e29fcde"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"tilleuls/forgot-password-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "tilleuls/forgot-password-bundle",
|
|
"version": "1.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"CoopTilleuls\\ForgotPasswordBundle\\CoopTilleulsForgotPasswordBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/coop_tilleuls_forgot_password.yaml": {
|
|
"contents": "coop_tilleuls_forgot_password:\n resource: \"@CoopTilleulsForgotPasswordBundle/Resources/config/routing.xml\"\n prefix: /forgot_password\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/coop_tilleuls_forgot_password.yaml": {
|
|
"contents": "# Read the documentation: https://github.com/coopTilleuls/CoopTilleulsForgotPasswordBundle/blob/master/Resources/doc/getting_started.md\ncoop_tilleuls_forgot_password:\n password_token:\n class: App\\Entity\\PasswordToken # required\n expires_in: 1 day\n user_field: user\n serialization_groups: []\n user:\n class: App\\Entity\\User # required\n email_field: email\n password_field: password\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "tilleuls/forgot-password-bundle:1.0@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |