From 387589d58f7c28916050215b3e6f2f834451f63a Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 5 Mar 2025 21:00:22 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...7c9488fdce8943520daf3fdc31e93e5b59c64.json | 31 +++++++++++++++++++ index.json | 5 +++ symfonycasts.tailwind-bundle.0.8.json | 31 +++++++++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 archived/symfonycasts.tailwind-bundle/4ea7c9488fdce8943520daf3fdc31e93e5b59c64.json create mode 100644 symfonycasts.tailwind-bundle.0.8.json diff --git a/RECIPES.md b/RECIPES.md index b4ffefba..2e4d8a2e 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -185,6 +185,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [symfony/zendesk-notifier](https://packagist.org/packages/symfony/zendesk-notifier) | [6.2](symfony/zendesk-notifier/6.2) | `zendesk-notifier`, `zendesknotifier` | | [symfony/zulip-notifier](https://packagist.org/packages/symfony/zulip-notifier) | [5.2](symfony/zulip-notifier/5.2) | `zulip-notifier`, `zulipnotifier` | | [symfonycasts/reset-password-bundle](https://packagist.org/packages/symfonycasts/reset-password-bundle) | [1.0](symfonycasts/reset-password-bundle/1.0) | | +| [symfonycasts/tailwind-bundle](https://packagist.org/packages/symfonycasts/tailwind-bundle) | [0.8](symfonycasts/tailwind-bundle/0.8) | `tailwind`, `tailwindcss` | | [theofidry/alice-data-fixtures](https://packagist.org/packages/theofidry/alice-data-fixtures) | [1.0](theofidry/alice-data-fixtures/1.0) | | | [twig/cssinliner-extension](https://packagist.org/packages/twig/cssinliner-extension) | [1.0](twig/cssinliner-extension/1.0) | | | [twig/extensions](https://packagist.org/packages/twig/extensions) | [1.0](twig/extensions/1.0) | `twig-ext`, `twig-extensions`, `twig-exts`, `twigext`, `twigextensions`, `twigexts` | diff --git a/archived/symfonycasts.tailwind-bundle/4ea7c9488fdce8943520daf3fdc31e93e5b59c64.json b/archived/symfonycasts.tailwind-bundle/4ea7c9488fdce8943520daf3fdc31e93e5b59c64.json new file mode 100644 index 00000000..5c1a7038 --- /dev/null +++ b/archived/symfonycasts.tailwind-bundle/4ea7c9488fdce8943520daf3fdc31e93e5b59c64.json @@ -0,0 +1,31 @@ +{ + "manifests": { + "symfonycasts/tailwind-bundle": { + "manifest": { + "bundles": { + "Symfonycasts\\TailwindBundle\\SymfonycastsTailwindBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/symfonycasts_tailwind.yaml": { + "contents": [ + "symfonycasts_tailwind:", + " # Specify the EXACT version of Tailwind CSS you want to use", + " binary_version: 'v3.4.17'", + "", + " # Alternatively, you can specify the path to the binary that you manage yourself", + " #binary: 'node_modules/.bin/tailwindcss'", + "" + ], + "executable": false + } + }, + "ref": "4ea7c9488fdce8943520daf3fdc31e93e5b59c64" + } + } +} diff --git a/index.json b/index.json index 38a128ac..806954ec 100644 --- a/index.json +++ b/index.json @@ -419,6 +419,8 @@ "swiftmailer": "symfony/swiftmailer-bundle", "swiftmailer-bundle": "symfony/swiftmailer-bundle", "swiftmailerbundle": "symfony/swiftmailer-bundle", + "tailwind": "symfonycasts/tailwind-bundle", + "tailwindcss": "symfonycasts/tailwind-bundle", "telegram-notifier": "symfony/telegram-notifier", "telegramnotifier": "symfony/telegram-notifier", "telnyx-notifier": "symfony/telnyx-notifier", @@ -1179,6 +1181,9 @@ "symfonycasts/reset-password-bundle": [ "1.0" ], + "symfonycasts/tailwind-bundle": [ + "0.8" + ], "theofidry/alice-data-fixtures": [ "1.0" ], diff --git a/symfonycasts.tailwind-bundle.0.8.json b/symfonycasts.tailwind-bundle.0.8.json new file mode 100644 index 00000000..5c1a7038 --- /dev/null +++ b/symfonycasts.tailwind-bundle.0.8.json @@ -0,0 +1,31 @@ +{ + "manifests": { + "symfonycasts/tailwind-bundle": { + "manifest": { + "bundles": { + "Symfonycasts\\TailwindBundle\\SymfonycastsTailwindBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/symfonycasts_tailwind.yaml": { + "contents": [ + "symfonycasts_tailwind:", + " # Specify the EXACT version of Tailwind CSS you want to use", + " binary_version: 'v3.4.17'", + "", + " # Alternatively, you can specify the path to the binary that you manage yourself", + " #binary: 'node_modules/.bin/tailwindcss'", + "" + ], + "executable": false + } + }, + "ref": "4ea7c9488fdce8943520daf3fdc31e93e5b59c64" + } + } +}