mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
Update Flex endpoint
This commit is contained in:
@@ -528,6 +528,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [sensiolabs/storybook-bundle](https://packagist.org/packages/sensiolabs/storybook-bundle) | [0.1](sensiolabs/storybook-bundle/0.1) |
|
||||
| [sentry/sentry-symfony](https://packagist.org/packages/sentry/sentry-symfony) | [5.0](sentry/sentry-symfony/5.0) |
|
||||
| [setono/google-analytics-bundle](https://packagist.org/packages/setono/google-analytics-bundle) | [1.0](setono/google-analytics-bundle/1.0) |
|
||||
| [setono/sylius-toggle-vat-plugin](https://packagist.org/packages/setono/sylius-toggle-vat-plugin) | [1.0](setono/sylius-toggle-vat-plugin/1.0) |
|
||||
| [sg/datatablesbundle](https://packagist.org/packages/sg/datatablesbundle) | [1.0](sg/datatablesbundle/1.0) |
|
||||
| [shopware/app-bundle](https://packagist.org/packages/shopware/app-bundle) | [4.0](shopware/app-bundle/4.0) |
|
||||
| [siburuxue/doctrine-helper](https://packagist.org/packages/siburuxue/doctrine-helper) | [1.0](siburuxue/doctrine-helper/1.0) |
|
||||
|
||||
+39
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"manifests": {
|
||||
"setono/sylius-toggle-vat-plugin": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Setono\\SyliusToggleVatPlugin\\SetonoSyliusToggleVatPlugin": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/setono_sylius_toggle_vat.yaml": {
|
||||
"contents": [
|
||||
"setono_sylius_toggle_vat:",
|
||||
" # Whether to display prices with VAT or not by default",
|
||||
" display_with_vat: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/setono_sylius_toggle_vat.yaml": {
|
||||
"contents": [
|
||||
"setono_sylius_toggle_vat:",
|
||||
" resource: \"@SetonoSyliusToggleVatPlugin/Resources/config/routes.yaml\"",
|
||||
"",
|
||||
" # If your store doesn't use locales, use the following configuration file instead:",
|
||||
" # resource: \"@SetonoSyliusToggleVatPlugin/Resources/config/routes_no_locale.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e5724c88e007991d3cb6a4e0819f38012b927fd3"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1686,6 +1686,9 @@
|
||||
"setono/google-analytics-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"setono/sylius-toggle-vat-plugin": [
|
||||
"1.0"
|
||||
],
|
||||
"sg/datatablesbundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"manifests": {
|
||||
"setono/sylius-toggle-vat-plugin": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Setono\\SyliusToggleVatPlugin\\SetonoSyliusToggleVatPlugin": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/setono_sylius_toggle_vat.yaml": {
|
||||
"contents": [
|
||||
"setono_sylius_toggle_vat:",
|
||||
" # Whether to display prices with VAT or not by default",
|
||||
" display_with_vat: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/setono_sylius_toggle_vat.yaml": {
|
||||
"contents": [
|
||||
"setono_sylius_toggle_vat:",
|
||||
" resource: \"@SetonoSyliusToggleVatPlugin/Resources/config/routes.yaml\"",
|
||||
"",
|
||||
" # If your store doesn't use locales, use the following configuration file instead:",
|
||||
" # resource: \"@SetonoSyliusToggleVatPlugin/Resources/config/routes_no_locale.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e5724c88e007991d3cb6a4e0819f38012b927fd3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user