mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
add mysql driver as default to env
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"src/": "%SRC_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"LOCALE": "en"
|
||||
"LOCALE": "en",
|
||||
"DATABASE_DRIVER": "mysql"
|
||||
},
|
||||
"composer-scripts": {
|
||||
"ckeditor:install --clear=drop": "symfony-cmd",
|
||||
|
||||
Reference in New Issue
Block a user