diff --git a/RECIPES.md b/RECIPES.md index 0c6b0bb2..4694c13c 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/sylius.resource-bundle/ee21c1fc90778f4b01c20e72c320cc34f8839c1e.json b/archived/sylius.resource-bundle/ee21c1fc90778f4b01c20e72c320cc34f8839c1e.json new file mode 100644 index 00000000..0c9d7558 --- /dev/null +++ b/archived/sylius.resource-bundle/ee21c1fc90778f4b01c20e72c320cc34f8839c1e.json @@ -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" + } + } +} diff --git a/index.json b/index.json index 371d95cd..839e0da5 100644 --- a/index.json +++ b/index.json @@ -1612,7 +1612,8 @@ "0.4" ], "sylius/resource-bundle": [ - "1.6" + "1.6", + "1.9" ], "symandy/makefile-maker-bundle": [ "0.5" diff --git a/sylius.resource-bundle.1.9.json b/sylius.resource-bundle.1.9.json new file mode 100644 index 00000000..0c9d7558 --- /dev/null +++ b/sylius.resource-bundle.1.9.json @@ -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" + } + } +}