mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
16 lines
444 B
JSON
16 lines
444 B
JSON
{
|
|
"bundles": {
|
|
"Djdmg\\TransparentPixelBundle\\TransparentPixelBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"post-install-output": [
|
|
"TransparentPixelBundle ready.",
|
|
"Routes imported at config/routes/transparent_pixel.yaml",
|
|
"Next steps:",
|
|
" - bin/console doctrine:migrations:diff",
|
|
" - bin/console doctrine:migrations:migrate -n"
|
|
]
|
|
}
|