Files
symfony-flex-recipes-contrib/anyx.login-gate-bundle.1.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

40 lines
1.5 KiB
JSON

{
"locks": {
"anyx/login-gate-bundle": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "49f0e34d3f1059f8985e8e56e4b5e2b08e5fc79b"
}
}
},
"manifests": {
"anyx/login-gate-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "anyx/login-gate-bundle",
"version": "1.0",
"manifest": {
"bundles": {
"Anyx\\LoginGateBundle\\LoginGateBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/login_gate.yaml": {
"contents": "login_gate:\n storages: ['session'] # Attempts storage engine. Available engines: ['orm', 'session', 'mongodb']\n options:\n max_count_attempts: 3\n timeout: 600 # Ban period (in seconds ... 600 = 10 minutes)\n watch_period: 3600\n\n",
"executable": false,
"encoding": ""
}
},
"origin": "anyx/login-gate-bundle:1.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}