Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-08-18 06:28:53 +00:00
parent 8f1a770898
commit ef35f38d30
4 changed files with 74 additions and 0 deletions
+1
View File
@@ -143,6 +143,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [devzair/mail-logger-bundle](https://packagist.org/packages/devzair/mail-logger-bundle) | [1.0](devzair/mail-logger-bundle/1.0) |
| [disjfa/mozaic-bundle](https://packagist.org/packages/disjfa/mozaic-bundle) | [0.1](disjfa/mozaic-bundle/0.1) |
| [disjfa/translation-bundle](https://packagist.org/packages/disjfa/translation-bundle) | [0.1](disjfa/translation-bundle/0.1) |
| [djdmg/transparent-pixel-bundle](https://packagist.org/packages/djdmg/transparent-pixel-bundle) | [1.0](djdmg/transparent-pixel-bundle/1.0) |
| [dobryprogramator/smartform-bundle](https://packagist.org/packages/dobryprogramator/smartform-bundle) | [1.0](dobryprogramator/smartform-bundle/1.0) |
| [dockfony/dockfony](https://packagist.org/packages/dockfony/dockfony) | [5.0](dockfony/dockfony/5.0) |
| [doctrine/mongodb-odm-bundle](https://packagist.org/packages/doctrine/mongodb-odm-bundle) | [5.0](doctrine/mongodb-odm-bundle/5.0) |
@@ -0,0 +1,35 @@
{
"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"
}
}
}
+35
View File
@@ -0,0 +1,35 @@
{
"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"
}
}
}
+3
View File
@@ -444,6 +444,9 @@
"disjfa/translation-bundle": [
"0.1"
],
"djdmg/transparent-pixel-bundle": [
"1.0"
],
"dobryprogramator/smartform-bundle": [
"1.0"
],