Support for Symfony 4.1

This commit is contained in:
Artem Rodygin
2018-06-09 23:31:12 +12:00
parent 9c8068b95d
commit 0d804a5081
2 changed files with 20 additions and 0 deletions
@@ -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'
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}