mirror of
https://github.com/symfony/recipes.git
synced 2026-09-21 03:56:24 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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` |
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user