Skip to content

Commit e9e6352

Browse files
authored
feat(recipe): add Flex recipe for djdmg/transparent-pixel-bundle (1.0) (#1848)
1 parent afcb2b9 commit e9e6352

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
transparent_pixel_bundle:
2+
resource: '@TransparentPixelBundle/Controller/'
3+
type: attribute
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"bundles": {
3+
"Djdmg\\TransparentPixelBundle\\TransparentPixelBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
},
8+
"post-install-output": [
9+
"TransparentPixelBundle ready.",
10+
"Routes imported at config/routes/transparent_pixel.yaml",
11+
"Next steps:",
12+
" - bin/console doctrine:migrations:diff",
13+
" - bin/console doctrine:migrations:migrate -n"
14+
]
15+
}

0 commit comments

Comments
 (0)