From e420d36f477c0901205ad9c2a3fd0f4fa2ff2644 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 16 Oct 2023 13:50:29 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...14b5f9794798b885cec9d3f48631424449a01.json | 30 +++++++++++++++++++ index.json | 5 ++++ symfony.ux-twig-component.2.13.json | 30 +++++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 archived/symfony.ux-twig-component/67814b5f9794798b885cec9d3f48631424449a01.json create mode 100644 symfony.ux-twig-component.2.13.json diff --git a/RECIPES.md b/RECIPES.md index 086da609..a4cfa939 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -142,6 +142,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [symfony/ux-react](https://packagist.org/packages/symfony/ux-react) | [2.9](symfony/ux-react/2.9) | `ux-react`, `uxreact` | | [symfony/ux-svelte](https://packagist.org/packages/symfony/ux-svelte) | [2.9](symfony/ux-svelte/2.9) | `ux-svelte`, `uxsvelte` | | [symfony/ux-translator](https://packagist.org/packages/symfony/ux-translator) | [2.9](symfony/ux-translator/2.9) | `ux-translator`, `uxtranslator` | +| [symfony/ux-twig-component](https://packagist.org/packages/symfony/ux-twig-component) | [2.13](symfony/ux-twig-component/2.13) | `ux-twig-component`, `uxtwigcomponent` | | [symfony/ux-vue](https://packagist.org/packages/symfony/ux-vue) | [2.9](symfony/ux-vue/2.9) | `ux-vue`, `uxvue` | | [symfony/validator](https://packagist.org/packages/symfony/validator) | [5.3](symfony/validator/5.3) | `validation`, `validator` | | [symfony/vonage-notifier](https://packagist.org/packages/symfony/vonage-notifier) | [5.4](symfony/vonage-notifier/5.4) | `vonage-notifier`, `vonagenotifier` | diff --git a/archived/symfony.ux-twig-component/67814b5f9794798b885cec9d3f48631424449a01.json b/archived/symfony.ux-twig-component/67814b5f9794798b885cec9d3f48631424449a01.json new file mode 100644 index 00000000..4ecd84f0 --- /dev/null +++ b/archived/symfony.ux-twig-component/67814b5f9794798b885cec9d3f48631424449a01.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "symfony/ux-twig-component": { + "manifest": { + "bundles": { + "Symfony\\UX\\TwigComponent\\TwigComponentBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/twig_component.yaml": { + "contents": [ + "twig_component:", + " anonymous_template_directory: 'components/'", + " defaults:", + " # Namespace & directory for components", + " App\\Twig\\Components\\: 'components/'", + "" + ], + "executable": false + } + }, + "ref": "67814b5f9794798b885cec9d3f48631424449a01" + } + } +} diff --git a/index.json b/index.json index 4763f4db..bc140937 100644 --- a/index.json +++ b/index.json @@ -413,12 +413,14 @@ "ux-react": "symfony/ux-react", "ux-svelte": "symfony/ux-svelte", "ux-translator": "symfony/ux-translator", + "ux-twig-component": "symfony/ux-twig-component", "ux-vue": "symfony/ux-vue", "uxautocomplete": "symfony/ux-autocomplete", "uxlivecomponent": "symfony/ux-live-component", "uxreact": "symfony/ux-react", "uxsvelte": "symfony/ux-svelte", "uxtranslator": "symfony/ux-translator", + "uxtwigcomponent": "symfony/ux-twig-component", "uxvue": "symfony/ux-vue", "validation": "symfony/validator", "validator": "symfony/validator", @@ -961,6 +963,9 @@ "2.8", "2.9" ], + "symfony/ux-twig-component": [ + "2.13" + ], "symfony/ux-vue": [ "2.8", "2.9" diff --git a/symfony.ux-twig-component.2.13.json b/symfony.ux-twig-component.2.13.json new file mode 100644 index 00000000..4ecd84f0 --- /dev/null +++ b/symfony.ux-twig-component.2.13.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "symfony/ux-twig-component": { + "manifest": { + "bundles": { + "Symfony\\UX\\TwigComponent\\TwigComponentBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/twig_component.yaml": { + "contents": [ + "twig_component:", + " anonymous_template_directory: 'components/'", + " defaults:", + " # Namespace & directory for components", + " App\\Twig\\Components\\: 'components/'", + "" + ], + "executable": false + } + }, + "ref": "67814b5f9794798b885cec9d3f48631424449a01" + } + } +}