mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 02:56:26 +03:00
9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"copy-from-package": {
|
|
".recipe/config/": "%CONFIG_DIR%/",
|
|
".recipe/spec/": "spec/",
|
|
".recipe/src/": "%SRC_DIR%/",
|
|
".recipe/tests/": "tests/"
|
|
}
|
|
}
|