mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
13 lines
311 B
JSON
13 lines
311 B
JSON
{
|
|
"bundles": {
|
|
"Nedac\\SyliusMinimumOrderValuePlugin\\NedacSyliusMinimumOrderValuePlugin": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%"
|
|
},
|
|
"copy-from-package": {
|
|
"src/Resources/views/bundles/": "templates/bundles/"
|
|
}
|
|
}
|