mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Use copy-from-package instead.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
ecl_twig:
|
||||
default_preset: ec
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"drupol\\EclTwigBundle": ["all"]
|
||||
"drupol\\EclTwigBundle\\EclTwigBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
"copy-from-package": {
|
||||
".recipe/config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user