mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -189,6 +189,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/sass-bundle](https://packagist.org/packages/symfonycasts/sass-bundle) | [0.5](symfonycasts/sass-bundle/0.5) | `symfonycasts_sass` |
|
||||
| [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) | |
|
||||
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfonycasts/sass-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfonycasts\\SassBundle\\SymfonycastsSassBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"assets/": "assets/"
|
||||
},
|
||||
"gitignore": [
|
||||
"/%PUBLIC_DIR%/assets/"
|
||||
],
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/asset_mapper.yaml",
|
||||
"content": "\n excluded_patterns:\n - '*/assets/styles/_*.scss'\n - '*/assets/styles/**/_*.scss'",
|
||||
"position": "bottom",
|
||||
"requires": "symfony/asset-mapper",
|
||||
"warn_if_missing": true
|
||||
}
|
||||
],
|
||||
"conflict": {
|
||||
"symfony/asset-mapper": "<6.3"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"assets/styles/app.scss": {
|
||||
"contents": [
|
||||
"// add your SASS styles in this file",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/symfonycasts_sass.yaml": {
|
||||
"contents": [
|
||||
"symfonycasts_sass:",
|
||||
" root_sass:",
|
||||
" - 'assets/styles/app.scss'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "c891eb9a33f522440ec7dfc0dae3f63ce3a9ee87"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -436,6 +436,7 @@
|
||||
"swiftmailer": "symfony/swiftmailer-bundle",
|
||||
"swiftmailer-bundle": "symfony/swiftmailer-bundle",
|
||||
"swiftmailerbundle": "symfony/swiftmailer-bundle",
|
||||
"symfonycasts_sass": "symfonycasts/sass-bundle",
|
||||
"tailwind": "symfonycasts/tailwind-bundle",
|
||||
"tailwindcss": "symfonycasts/tailwind-bundle",
|
||||
"telegram-notifier": "symfony/telegram-notifier",
|
||||
@@ -1228,6 +1229,9 @@
|
||||
"symfonycasts/reset-password-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"symfonycasts/sass-bundle": [
|
||||
"0.5"
|
||||
],
|
||||
"symfonycasts/tailwind-bundle": [
|
||||
"0.8"
|
||||
],
|
||||
@@ -1524,6 +1528,11 @@
|
||||
"symfony/framework-bundle": "<5.4"
|
||||
}
|
||||
},
|
||||
"symfonycasts/sass-bundle": {
|
||||
"0.5": {
|
||||
"symfony/asset-mapper": "<6.3"
|
||||
}
|
||||
},
|
||||
"zenstruck/foundry": {
|
||||
"1.10": {
|
||||
"symfony/framework-bundle": "<5.3"
|
||||
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfonycasts/sass-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfonycasts\\SassBundle\\SymfonycastsSassBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"assets/": "assets/"
|
||||
},
|
||||
"gitignore": [
|
||||
"/%PUBLIC_DIR%/assets/"
|
||||
],
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/asset_mapper.yaml",
|
||||
"content": "\n excluded_patterns:\n - '*/assets/styles/_*.scss'\n - '*/assets/styles/**/_*.scss'",
|
||||
"position": "bottom",
|
||||
"requires": "symfony/asset-mapper",
|
||||
"warn_if_missing": true
|
||||
}
|
||||
],
|
||||
"conflict": {
|
||||
"symfony/asset-mapper": "<6.3"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"assets/styles/app.scss": {
|
||||
"contents": [
|
||||
"// add your SASS styles in this file",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/symfonycasts_sass.yaml": {
|
||||
"contents": [
|
||||
"symfonycasts_sass:",
|
||||
" root_sass:",
|
||||
" - 'assets/styles/app.scss'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "c891eb9a33f522440ec7dfc0dae3f63ce3a9ee87"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user