mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
feat(recipe): add Flex recipe for djdmg/transparent-pixel-bundle (1.0) (#1848)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
transparent_pixel_bundle:
|
||||
resource: '@TransparentPixelBundle/Controller/'
|
||||
type: attribute
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user