mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Fix bug "map can only contains strings as keys and values (false of type bool given)"
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"MERITOO_FORM_NOVALIDATE": false
|
||||
"MERITOO_FORM_NOVALIDATE": "false"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user