mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +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": {
|
"bundles": {
|
||||||
"drupol\\EclTwigBundle": ["all"]
|
"drupol\\EclTwigBundle\\EclTwigBundle": ["all"]
|
||||||
},
|
},
|
||||||
"copy-from-recipe": {
|
"copy-from-package": {
|
||||||
"config/": "%CONFIG_DIR%/"
|
".recipe/config/": "%CONFIG_DIR%/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user