Skip to content

Commit

Permalink
Support for Symfony 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webinarium committed Jun 9, 2018
1 parent 9c8068b commit 0d804a5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions webinarium/symfony-lazysec/2.1/config/packages/lazysec.yaml
@@ -0,0 +1,15 @@
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'
5 changes: 5 additions & 0 deletions webinarium/symfony-lazysec/2.1/manifest.json
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 0d804a5

Please sign in to comment.