mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
10 lines
201 B
JSON
10 lines
201 B
JSON
{
|
|
"bundles": {
|
|
"League\\FlysystemBundle\\FlysystemBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"var/storage/": "%VAR_DIR%/storage/"
|
|
}
|
|
}
|