diff --git a/RECIPES.md b/RECIPES.md index aebe4510..eb8f15fe 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -78,6 +78,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [cache/adapter-bundle](https://packagist.org/packages/cache/adapter-bundle) | [1.1](cache/adapter-bundle/1.1) | | [cache/cache-bundle](https://packagist.org/packages/cache/cache-bundle) | [1.0](cache/cache-bundle/1.0) | | [ckrack/optimus-bundle](https://packagist.org/packages/ckrack/optimus-bundle) | [0.1](ckrack/optimus-bundle/0.1) | +| [cmsig/seal-symfony-bundle](https://packagist.org/packages/cmsig/seal-symfony-bundle) | [0.8](cmsig/seal-symfony-bundle/0.8) | | [codebuds/mattermost-publication-bundle](https://packagist.org/packages/codebuds/mattermost-publication-bundle) | [0.3](codebuds/mattermost-publication-bundle/0.3) | | [codeception/codeception](https://packagist.org/packages/codeception/codeception) | [5.0](codeception/codeception/5.0) | | [coka/api-bundle](https://packagist.org/packages/coka/api-bundle) | [4.0](coka/api-bundle/4.0) | diff --git a/archived/cmsig.seal-symfony-bundle/5e5600f785174926f0afc6543bc7e5495aa21973.json b/archived/cmsig.seal-symfony-bundle/5e5600f785174926f0afc6543bc7e5495aa21973.json new file mode 100644 index 00000000..e50f2f60 --- /dev/null +++ b/archived/cmsig.seal-symfony-bundle/5e5600f785174926f0afc6543bc7e5495aa21973.json @@ -0,0 +1,54 @@ +{ + "manifests": { + "cmsig/seal-symfony-bundle": { + "manifest": { + "bundles": { + "CmsIg\\Seal\\Integration\\Symfony\\SealBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Install one of the following adapters: https://php-cmsig.github.io/search/getting-started/index.html", + "#2": "SEAL_DSN=\"meilisearch://127.0.0.1:7700\"", + "#3": "SEAL_DSN=\"algolia://ALGOLIA_APPLICATION_ID:ALGOLIA_ADMIN_API_KEY\"", + "#4": "SEAL_DSN=\"elasticsearch://127.0.0.1:9200\"", + "#5": "SEAL_DSN=\"opensearch://127.0.0.1:9200\"", + "#6": "SEAL_DSN=\"redis://127.0.0.1:6379\"", + "#7": "SEAL_DSN=\"solr://127.0.0.1:8983\"", + "#8": "SEAL_DSN=\"typesense://S3CR3T@127.0.0.1:8108\"", + "SEAL_DSN": "loupe://%kernel.project_dir%/var/indexes" + } + }, + "files": { + "config/packages/cmsig_seal.yaml": { + "contents": [ + "cmsig_seal:\r", + " schemas:\r", + " default:\r", + " dir: '%kernel.project_dir%/config/schemas'\r", + " engine: default\r", + " engines:\r", + " default:\r", + " adapter: '%env(resolve:SEAL_DSN)%'\r", + "\r", + "when@test:\r", + " cmsig_seal:\r", + " index_name_prefix: 'test_%env(default::TEST_INDEX_PREFIX)%'\r", + "" + ], + "executable": false + }, + "config/schemas/.gitignore": { + "contents": [ + "" + ], + "executable": false + } + }, + "ref": "5e5600f785174926f0afc6543bc7e5495aa21973" + } + } +} diff --git a/cmsig.seal-symfony-bundle.0.8.json b/cmsig.seal-symfony-bundle.0.8.json new file mode 100644 index 00000000..e50f2f60 --- /dev/null +++ b/cmsig.seal-symfony-bundle.0.8.json @@ -0,0 +1,54 @@ +{ + "manifests": { + "cmsig/seal-symfony-bundle": { + "manifest": { + "bundles": { + "CmsIg\\Seal\\Integration\\Symfony\\SealBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Install one of the following adapters: https://php-cmsig.github.io/search/getting-started/index.html", + "#2": "SEAL_DSN=\"meilisearch://127.0.0.1:7700\"", + "#3": "SEAL_DSN=\"algolia://ALGOLIA_APPLICATION_ID:ALGOLIA_ADMIN_API_KEY\"", + "#4": "SEAL_DSN=\"elasticsearch://127.0.0.1:9200\"", + "#5": "SEAL_DSN=\"opensearch://127.0.0.1:9200\"", + "#6": "SEAL_DSN=\"redis://127.0.0.1:6379\"", + "#7": "SEAL_DSN=\"solr://127.0.0.1:8983\"", + "#8": "SEAL_DSN=\"typesense://S3CR3T@127.0.0.1:8108\"", + "SEAL_DSN": "loupe://%kernel.project_dir%/var/indexes" + } + }, + "files": { + "config/packages/cmsig_seal.yaml": { + "contents": [ + "cmsig_seal:\r", + " schemas:\r", + " default:\r", + " dir: '%kernel.project_dir%/config/schemas'\r", + " engine: default\r", + " engines:\r", + " default:\r", + " adapter: '%env(resolve:SEAL_DSN)%'\r", + "\r", + "when@test:\r", + " cmsig_seal:\r", + " index_name_prefix: 'test_%env(default::TEST_INDEX_PREFIX)%'\r", + "" + ], + "executable": false + }, + "config/schemas/.gitignore": { + "contents": [ + "" + ], + "executable": false + } + }, + "ref": "5e5600f785174926f0afc6543bc7e5495aa21973" + } + } +} diff --git a/index.json b/index.json index 6e0f5202..fc703a1b 100644 --- a/index.json +++ b/index.json @@ -232,6 +232,9 @@ "ckrack/optimus-bundle": [ "0.1" ], + "cmsig/seal-symfony-bundle": [ + "0.8" + ], "codebuds/mattermost-publication-bundle": [ "0.3" ],