mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"manifests": {
|
|
"webinarium/symfony-lazysec": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/lazysec.yaml": {
|
|
"contents": [
|
|
"services:",
|
|
"",
|
|
" # See https://github.com/webinarium/symfony-lazysec/wiki/User-checker",
|
|
" LazySec\\Checker\\GenericUserChecker:",
|
|
" autowire: true",
|
|
" public: false",
|
|
"",
|
|
" # See https://github.com/webinarium/symfony-lazysec/wiki/User-provider",
|
|
" LazySec\\Provider\\GenericUserProvider:",
|
|
" autowire: true",
|
|
" public: false",
|
|
"",
|
|
" # Uncomment the line below and update path to your repository there,",
|
|
" # if you want use the 'GenericUserProvider' service from above",
|
|
" #LazySec\\Repository\\UserRepositoryInterface: '@App\\Repository\\UserRepository'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "2ca4d2ee744f5dc7d166ebc4cca2a5719242f084"
|
|
}
|
|
}
|
|
}
|