diff --git a/RECIPES.md b/RECIPES.md index 5d64333b..b23bd4e3 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -513,6 +513,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [snc/redis-bundle](https://packagist.org/packages/snc/redis-bundle) | [2.0](snc/redis-bundle/2.0) | | [softavis/flysystem-cloudflare-bundle](https://packagist.org/packages/softavis/flysystem-cloudflare-bundle) | [0.1](softavis/flysystem-cloudflare-bundle/0.1) | | [softspring/cms-bundle](https://packagist.org/packages/softspring/cms-bundle) | [5.2](softspring/cms-bundle/5.2) | +| [softspring/cms-module-collection](https://packagist.org/packages/softspring/cms-module-collection) | [5.2](softspring/cms-module-collection/5.2) | | [softspring/components](https://packagist.org/packages/softspring/components) | [5.1](softspring/components/5.1) | | [softspring/doctrine-migrations-version-comparator](https://packagist.org/packages/softspring/doctrine-migrations-version-comparator) | [5.1](softspring/doctrine-migrations-version-comparator/5.1) | | [soljian/steam-authentication-bundle](https://packagist.org/packages/soljian/steam-authentication-bundle) | [1.0](soljian/steam-authentication-bundle/1.0) | diff --git a/archived/softspring.cms-module-collection/e45e469a7b8a199af164d9bffcab5097c87af994.json b/archived/softspring.cms-module-collection/e45e469a7b8a199af164d9bffcab5097c87af994.json new file mode 100644 index 00000000..6fc6d301 --- /dev/null +++ b/archived/softspring.cms-module-collection/e45e469a7b8a199af164d9bffcab5097c87af994.json @@ -0,0 +1,23 @@ +{ + "manifests": { + "softspring/cms-module-collection": { + "manifest": { + "copy-from-recipe": { + "config/": "config/" + } + }, + "files": { + "config/packages/sfs_cms_modules.yaml": { + "contents": [ + "sfs_cms:", + " collections:", + " - vendor/softspring/cms-module-collection", + "" + ], + "executable": false + } + }, + "ref": "e45e469a7b8a199af164d9bffcab5097c87af994" + } + } +} diff --git a/index.json b/index.json index 7a42ccce..4bc6e2d0 100644 --- a/index.json +++ b/index.json @@ -1628,6 +1628,9 @@ "softspring/cms-bundle": [ "5.2" ], + "softspring/cms-module-collection": [ + "5.2" + ], "softspring/components": [ "5.1" ], diff --git a/softspring.cms-module-collection.5.2.json b/softspring.cms-module-collection.5.2.json new file mode 100644 index 00000000..6fc6d301 --- /dev/null +++ b/softspring.cms-module-collection.5.2.json @@ -0,0 +1,23 @@ +{ + "manifests": { + "softspring/cms-module-collection": { + "manifest": { + "copy-from-recipe": { + "config/": "config/" + } + }, + "files": { + "config/packages/sfs_cms_modules.yaml": { + "contents": [ + "sfs_cms:", + " collections:", + " - vendor/softspring/cms-module-collection", + "" + ], + "executable": false + } + }, + "ref": "e45e469a7b8a199af164d9bffcab5097c87af994" + } + } +}