Files
symfony-flex-recipes-contrib/djdmg.transparent-pixel-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] ef35f38d30 Update Flex endpoint
2025-08-18 06:28:53 +00:00

36 lines
1.2 KiB
JSON

{
"manifests": {
"djdmg/transparent-pixel-bundle": {
"manifest": {
"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"
]
},
"files": {
"config/routes/transparent_pixel.yaml": {
"contents": [
"transparent_pixel_bundle:",
" resource: '@TransparentPixelBundle/Controller/'",
" type: attribute",
""
],
"executable": false
}
},
"ref": "e23e5056a030420b0030477d5e469d97b00251f6"
}
}
}