From ef35f38d30328079e743ff8006683bd4110d39ff Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 18 Aug 2025 06:28:53 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...e5056a030420b0030477d5e469d97b00251f6.json | 35 +++++++++++++++++++ djdmg.transparent-pixel-bundle.1.0.json | 35 +++++++++++++++++++ index.json | 3 ++ 4 files changed, 74 insertions(+) create mode 100644 archived/djdmg.transparent-pixel-bundle/e23e5056a030420b0030477d5e469d97b00251f6.json create mode 100644 djdmg.transparent-pixel-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index 246e83bd..49dafe57 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/djdmg.transparent-pixel-bundle/e23e5056a030420b0030477d5e469d97b00251f6.json b/archived/djdmg.transparent-pixel-bundle/e23e5056a030420b0030477d5e469d97b00251f6.json new file mode 100644 index 00000000..c3c43706 --- /dev/null +++ b/archived/djdmg.transparent-pixel-bundle/e23e5056a030420b0030477d5e469d97b00251f6.json @@ -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" + } + } +} diff --git a/djdmg.transparent-pixel-bundle.1.0.json b/djdmg.transparent-pixel-bundle.1.0.json new file mode 100644 index 00000000..c3c43706 --- /dev/null +++ b/djdmg.transparent-pixel-bundle.1.0.json @@ -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" + } + } +} diff --git a/index.json b/index.json index fe403f8e..327b1744 100644 --- a/index.json +++ b/index.json @@ -444,6 +444,9 @@ "disjfa/translation-bundle": [ "0.1" ], + "djdmg/transparent-pixel-bundle": [ + "1.0" + ], "dobryprogramator/smartform-bundle": [ "1.0" ],