Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-04-21 07:20:09 +00:00
parent 5700776e38
commit d4a8e7cbf6
4 changed files with 115 additions and 2 deletions
+1 -1
View File
@@ -510,7 +510,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [sylius/customer-reorder-plugin](https://packagist.org/packages/sylius/customer-reorder-plugin) | [1.0](sylius/customer-reorder-plugin/1.0) |
| [sylius/invoicing-plugin](https://packagist.org/packages/sylius/invoicing-plugin) | [0.5](sylius/invoicing-plugin/0.5) |
| [sylius/refund-plugin](https://packagist.org/packages/sylius/refund-plugin) | [0.4](sylius/refund-plugin/0.4) |
| [sylius/resource-bundle](https://packagist.org/packages/sylius/resource-bundle) | [1.6](sylius/resource-bundle/1.6) |
| [sylius/resource-bundle](https://packagist.org/packages/sylius/resource-bundle) | [1.9](sylius/resource-bundle/1.9) |
| [symandy/makefile-maker-bundle](https://packagist.org/packages/symandy/makefile-maker-bundle) | [0.5](symandy/makefile-maker-bundle/0.5) |
| [symfony-bundles/kafka-bundle](https://packagist.org/packages/symfony-bundles/kafka-bundle) | [1.0](symfony-bundles/kafka-bundle/1.0) |
| [symfony-bundles/redis-bundle](https://packagist.org/packages/symfony-bundles/redis-bundle) | [2.0](symfony-bundles/redis-bundle/2.0) |
@@ -0,0 +1,56 @@
{
"manifests": {
"sylius/resource-bundle": {
"manifest": {
"container": {
"locale": "en"
},
"bundles": {
"Sylius\\Bundle\\ResourceBundle\\SyliusResourceBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/sylius_resource.yaml": {
"contents": [
"# @see https://github.com/Sylius/SyliusResourceBundle/blob/master/docs/index.md",
"sylius_resource:",
" # Override default settings",
" #settings:",
"",
" # Configure the mapping for your resources",
" mapping:",
" paths:",
" - '%kernel.project_dir%/src/Entity'",
"",
" # Configure your resources",
" resources:",
" #app.book:",
" #classes:",
" #model: App\\Entity\\Book",
""
],
"executable": false
},
"config/routes/sylius_resource.yaml": {
"contents": [
"sylius_crud_routes:",
" resource: 'sylius.routing.loader.crud_routes_attributes'",
" type: service",
"",
"sylius_routes:",
" resource: 'sylius.routing.loader.routes_attributes'",
" type: service",
""
],
"executable": false
}
},
"ref": "ee21c1fc90778f4b01c20e72c320cc34f8839c1e"
}
}
}
+2 -1
View File
@@ -1612,7 +1612,8 @@
"0.4"
],
"sylius/resource-bundle": [
"1.6"
"1.6",
"1.9"
],
"symandy/makefile-maker-bundle": [
"0.5"
+56
View File
@@ -0,0 +1,56 @@
{
"manifests": {
"sylius/resource-bundle": {
"manifest": {
"container": {
"locale": "en"
},
"bundles": {
"Sylius\\Bundle\\ResourceBundle\\SyliusResourceBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/sylius_resource.yaml": {
"contents": [
"# @see https://github.com/Sylius/SyliusResourceBundle/blob/master/docs/index.md",
"sylius_resource:",
" # Override default settings",
" #settings:",
"",
" # Configure the mapping for your resources",
" mapping:",
" paths:",
" - '%kernel.project_dir%/src/Entity'",
"",
" # Configure your resources",
" resources:",
" #app.book:",
" #classes:",
" #model: App\\Entity\\Book",
""
],
"executable": false
},
"config/routes/sylius_resource.yaml": {
"contents": [
"sylius_crud_routes:",
" resource: 'sylius.routing.loader.crud_routes_attributes'",
" type: service",
"",
"sylius_routes:",
" resource: 'sylius.routing.loader.routes_attributes'",
" type: service",
""
],
"executable": false
}
},
"ref": "ee21c1fc90778f4b01c20e72c320cc34f8839c1e"
}
}
}