diff --git a/RECIPES.md b/RECIPES.md index e2284503..f71019d7 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -28,6 +28,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [alms/cycle-bundle](https://packagist.org/packages/alms/cycle-bundle) | [0.1](alms/cycle-bundle/0.1) | | [alteis/hagreed-bundle](https://packagist.org/packages/alteis/hagreed-bundle) | [1.0](alteis/hagreed-bundle/1.0) | | [ambient-link/ability-sdk](https://packagist.org/packages/ambient-link/ability-sdk) | [1.0](ambient-link/ability-sdk/1.0) | +| [amzs/random-bundle](https://packagist.org/packages/amzs/random-bundle) | [1.0](amzs/random-bundle/1.0) | | [andchir/omnipay-bundle](https://packagist.org/packages/andchir/omnipay-bundle) | [1.0](andchir/omnipay-bundle/1.0) | | [andchir/shopkeeper4-comments](https://packagist.org/packages/andchir/shopkeeper4-comments) | [1.0](andchir/shopkeeper4-comments/1.0) | | [andrew-gos/telegram-bot-bundle](https://packagist.org/packages/andrew-gos/telegram-bot-bundle) | [1.0](andrew-gos/telegram-bot-bundle/1.0) | diff --git a/amzs.random-bundle.1.0.json b/amzs.random-bundle.1.0.json new file mode 100644 index 00000000..679724d8 --- /dev/null +++ b/amzs.random-bundle.1.0.json @@ -0,0 +1,37 @@ +{ + "manifests": { + "amzs/random-bundle": { + "manifest": { + "bundles": { + "Amzs\\RandomBundle\\AmzsRandomBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/amzs_random.yaml": { + "contents": [ + "amzs_random:", + " auto_connect: true", + " default_connection: mysql", + "" + ], + "executable": false + }, + "config/routes/amzs_random_bundle.yaml": { + "contents": [ + "_admin_amzs_random_bundle:", + " resource: \"@AmzsRandomBundle/Resources/config/routing.yaml\"", + " prefix: admin/menu", + "" + ], + "executable": false + } + }, + "ref": "ca3f0c9b6b83182c1f2c3d24f7cd5044705998b1" + } + } +} diff --git a/archived/amzs.random-bundle/ca3f0c9b6b83182c1f2c3d24f7cd5044705998b1.json b/archived/amzs.random-bundle/ca3f0c9b6b83182c1f2c3d24f7cd5044705998b1.json new file mode 100644 index 00000000..679724d8 --- /dev/null +++ b/archived/amzs.random-bundle/ca3f0c9b6b83182c1f2c3d24f7cd5044705998b1.json @@ -0,0 +1,37 @@ +{ + "manifests": { + "amzs/random-bundle": { + "manifest": { + "bundles": { + "Amzs\\RandomBundle\\AmzsRandomBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/amzs_random.yaml": { + "contents": [ + "amzs_random:", + " auto_connect: true", + " default_connection: mysql", + "" + ], + "executable": false + }, + "config/routes/amzs_random_bundle.yaml": { + "contents": [ + "_admin_amzs_random_bundle:", + " resource: \"@AmzsRandomBundle/Resources/config/routing.yaml\"", + " prefix: admin/menu", + "" + ], + "executable": false + } + }, + "ref": "ca3f0c9b6b83182c1f2c3d24f7cd5044705998b1" + } + } +} diff --git a/index.json b/index.json index 2928d296..08503f02 100644 --- a/index.json +++ b/index.json @@ -76,6 +76,9 @@ "ambient-link/ability-sdk": [ "1.0" ], + "amzs/random-bundle": [ + "1.0" + ], "andchir/omnipay-bundle": [ "1.0" ],