Merge pull request #638

This commit is contained in:
symfony-flex-server[bot]
2019-04-06 07:58:47 +00:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
lireincore_imgcache:
driver: gd
destdir: '%kernel.project_dir%/public/thumbs'
webdir: '%kernel.project_dir%/public'
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"LireinCore\\ImgCacheBundle\\LireinCoreImgCacheBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}