mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
12 lines
312 B
JSON
12 lines
312 B
JSON
{
|
|
"copy-from-package": {
|
|
".recipe/assets/": "assets/",
|
|
".recipe/config/": "%CONFIG_DIR%/",
|
|
".recipe/features/": "features/",
|
|
".recipe/spec/": "spec/",
|
|
".recipe/src/": "%SRC_DIR%/",
|
|
".recipe/templates/": "templates/",
|
|
".recipe/tests/": "tests/"
|
|
}
|
|
}
|