diff --git a/RECIPES.md b/RECIPES.md index 4c8c2f32..b7c4abea 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -163,6 +163,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [exercise/htmlpurifier-bundle](https://packagist.org/packages/exercise/htmlpurifier-bundle) | [3.0](exercise/htmlpurifier-bundle/3.0) | | [expertcoder/swiftmailer-send-grid-bundle](https://packagist.org/packages/expertcoder/swiftmailer-send-grid-bundle) | [2.0](expertcoder/swiftmailer-send-grid-bundle/2.0) | | [facile-it/mongodb-bundle](https://packagist.org/packages/facile-it/mongodb-bundle) | [0.6](facile-it/mongodb-bundle/0.6) | +| [fd6130/exabytes-sms-bundle](https://packagist.org/packages/fd6130/exabytes-sms-bundle) | [1.0](fd6130/exabytes-sms-bundle/1.0) | | [felds/quick-mailer-bundle](https://packagist.org/packages/felds/quick-mailer-bundle) | [5.0](felds/quick-mailer-bundle/5.0) | | [ferror/phpscan](https://packagist.org/packages/ferror/phpscan) | [1.0](ferror/phpscan/1.0) | | [flagception/flagception-bundle](https://packagist.org/packages/flagception/flagception-bundle) | [3.0](flagception/flagception-bundle/3.0) | diff --git a/archived/fd6130.exabytes-sms-bundle/b4334b70968d8c0c4ea447171064efaa781d5774.json b/archived/fd6130.exabytes-sms-bundle/b4334b70968d8c0c4ea447171064efaa781d5774.json new file mode 100644 index 00000000..deb0a3a3 --- /dev/null +++ b/archived/fd6130.exabytes-sms-bundle/b4334b70968d8c0c4ea447171064efaa781d5774.json @@ -0,0 +1,32 @@ +{ + "manifests": { + "fd6130/exabytes-sms-bundle": { + "manifest": { + "bundles": { + "Fd\\ExabytesBundle\\FdExabytesBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + }, + "env": { + "EXABYTES_USERNAME": "", + "EXABYTES_PASSWORD": "" + } + }, + "files": { + "config/packages/fd_exabytes.yaml": { + "contents": [ + "fd_exabytes:", + " username: '%env(EXABYTES_USERNAME)%'", + " password: '%env(EXABYTES_PASSWORD)%'", + "" + ], + "executable": false + } + }, + "ref": "b4334b70968d8c0c4ea447171064efaa781d5774" + } + } +} diff --git a/fd6130.exabytes-sms-bundle.1.0.json b/fd6130.exabytes-sms-bundle.1.0.json new file mode 100644 index 00000000..deb0a3a3 --- /dev/null +++ b/fd6130.exabytes-sms-bundle.1.0.json @@ -0,0 +1,32 @@ +{ + "manifests": { + "fd6130/exabytes-sms-bundle": { + "manifest": { + "bundles": { + "Fd\\ExabytesBundle\\FdExabytesBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + }, + "env": { + "EXABYTES_USERNAME": "", + "EXABYTES_PASSWORD": "" + } + }, + "files": { + "config/packages/fd_exabytes.yaml": { + "contents": [ + "fd_exabytes:", + " username: '%env(EXABYTES_USERNAME)%'", + " password: '%env(EXABYTES_PASSWORD)%'", + "" + ], + "executable": false + } + }, + "ref": "b4334b70968d8c0c4ea447171064efaa781d5774" + } + } +} diff --git a/index.json b/index.json index 1f453990..75dbad26 100644 --- a/index.json +++ b/index.json @@ -500,6 +500,9 @@ "facile-it/mongodb-bundle": [ "0.6" ], + "fd6130/exabytes-sms-bundle": [ + "1.0" + ], "felds/quick-mailer-bundle": [ "5.0" ],