fixed tests

This commit is contained in:
Fabien Potencier 2017-03-23 09:02:44 -07:00
parent ac01aadbd6
commit e31d3461ea
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@ doctrine:
orm:
entity_managers:
default:
auto_mapping: true
security:

View File

@ -37,6 +37,7 @@
"symfony/yaml": "^2.0.5",
"symfony/expression-language": "~2.6",
"doctrine/doctrine-bundle": "~1.2",
"doctrine/orm": "~2.4,>=2.4.5",
"twig/twig": "~1.28|~2.0",
"ircmaxell/password-compat": "~1.0"
},