Removed hardcoded database version

This commit is contained in:
Jeremy Benoist 2019-01-22 20:38:28 +01:00
parent 3527c30021
commit 6113dbbc20
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -54,7 +54,6 @@ doctrine:
charset: "%database_charset%"
path: "%database_path%"
unix_socket: "%database_socket%"
server_version: 5.6
orm:
auto_generate_proxy_classes: "%kernel.debug%"