mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
18 lines
403 B
JSON
18 lines
403 B
JSON
{
|
|
"bundles": {
|
|
"NumberNine\\Bundle\\NumberNineBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"copy-from-package": {
|
|
"install/docker-compose.yml": "docker-compose.yml",
|
|
"install/docker/": "docker/",
|
|
"install/public/": "%PUBLIC_DIR%/"
|
|
},
|
|
"gitignore": [
|
|
"/public/admin",
|
|
"/public/uploads"
|
|
]
|
|
}
|