mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
36 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|