added version directories

This commit is contained in:
Fabien Potencier
2017-04-04 11:57:32 -07:00
parent 0b557bab57
commit 8fd72f8a86
55 changed files with 0 additions and 0 deletions
@@ -0,0 +1,18 @@
security:
# https://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
providers:
in_memory: { memory: null }
firewalls:
dev:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false
main:
anonymous: null
# activate different ways to authenticate
# http_basic: null
# https://symfony.com/doc/current/book/security.html#a-configuring-how-your-users-will-authenticate
# form_login: null
# https://symfony.com/doc/current/cookbook/security/form_login_setup.html
@@ -0,0 +1,8 @@
{
"bundles": {
"Symfony\\Bundle\\SecurityBundle\\SecurityBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}