Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-06-21 07:23:05 +00:00
parent cd3a335fa6
commit d613e020a3
4 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [symfony/zulip-notifier](https://packagist.org/packages/symfony/zulip-notifier) | [5.2](../../../tree/main/symfony/zulip-notifier/5.2) | `zulip-notifier`, `zulipnotifier` |
| [symfonycasts/reset-password-bundle](https://packagist.org/packages/symfonycasts/reset-password-bundle) | [1.0](../../../tree/main/symfonycasts/reset-password-bundle/1.0) | |
| [symfonycasts/sass-bundle](https://packagist.org/packages/symfonycasts/sass-bundle) | [0.5](../../../tree/main/symfonycasts/sass-bundle/0.5) | `symfonycasts_sass` |
| [symfonycasts/tailwind-bundle](https://packagist.org/packages/symfonycasts/tailwind-bundle) | [0.8](../../../tree/main/symfonycasts/tailwind-bundle/0.8) | `tailwind`, `tailwindcss` |
| [symfonycasts/tailwind-bundle](https://packagist.org/packages/symfonycasts/tailwind-bundle) | [0.14](../../../tree/main/symfonycasts/tailwind-bundle/0.14) | `tailwind`, `tailwindcss` |
| [theofidry/alice-data-fixtures](https://packagist.org/packages/theofidry/alice-data-fixtures) | [1.0](../../../tree/main/theofidry/alice-data-fixtures/1.0) | |
| [twig/cssinliner-extension](https://packagist.org/packages/twig/cssinliner-extension) | [1.0](../../../tree/main/twig/cssinliner-extension/1.0) | |
| [twig/extensions](https://packagist.org/packages/twig/extensions) | [1.0](../../../tree/main/twig/extensions/1.0) | `twig-ext`, `twig-extensions`, `twig-exts`, `twigext`, `twigextensions`, `twigexts` |
@@ -0,0 +1,23 @@
{
"manifests": {
"symfonycasts/tailwind-bundle": {
"manifest": {
"bundles": {
"Symfonycasts\\TailwindBundle\\SymfonycastsTailwindBundle": [
"all"
]
},
"post-install-output": [
" * <fg=green>Tailwind CSS is installed!</> Time to get rolling:",
"",
" * <fg=blue>Run</> <comment>php bin/console tailwind:init</> to set up your Tailwind configuration",
" * <fg=blue>Then</> start the watcher with <comment>php bin/console tailwind:build --watch</>",
"",
" * <fg=blue>Read</> the docs at <comment>https://symfony.com/bundles/TailwindBundle/current/index.html</>"
]
},
"files": [],
"ref": "b7eaad0756e3f9b38764450655e6fea9614bc32a"
}
}
}
+2 -1
View File
@@ -1539,7 +1539,8 @@
"0.5"
],
"symfonycasts/tailwind-bundle": [
"0.8"
"0.8",
"0.14"
],
"theofidry/alice-data-fixtures": [
"1.0"
+23
View File
@@ -0,0 +1,23 @@
{
"manifests": {
"symfonycasts/tailwind-bundle": {
"manifest": {
"bundles": {
"Symfonycasts\\TailwindBundle\\SymfonycastsTailwindBundle": [
"all"
]
},
"post-install-output": [
" * <fg=green>Tailwind CSS is installed!</> Time to get rolling:",
"",
" * <fg=blue>Run</> <comment>php bin/console tailwind:init</> to set up your Tailwind configuration",
" * <fg=blue>Then</> start the watcher with <comment>php bin/console tailwind:build --watch</>",
"",
" * <fg=blue>Read</> the docs at <comment>https://symfony.com/bundles/TailwindBundle/current/index.html</>"
]
},
"files": [],
"ref": "b7eaad0756e3f9b38764450655e6fea9614bc32a"
}
}
}