diff --git a/composer.json b/composer.json index c60d3300..e6316520 100644 --- a/composer.json +++ b/composer.json @@ -90,6 +90,7 @@ }, "suggest": { "cleverage/archive-process-bundle": "Dedicated bundle for Archive dependencies for the Process Bundle", + "cleverage/cache-process-bundle": "Dedicated bundle for Cache dependencies for the Process Bundle", "cleverage/doctrine-process-bundle": "Dedicated bundle for Doctrine dependencies for the process bundle", "cleverage/soap-process-bundle": "Dedicated bundle for Soap dependencies for the process bundle", "cleverage/rest-process-bundle": "Dedicated bundle for Rest dependencies for the process bundle", diff --git a/docs/index.md b/docs/index.md index 0157b55e..47b626a0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -131,6 +131,7 @@ - [XpathEvaluatorTransformer](reference/transformers/xpath_evaluator.md) - Other bridges - [Archive](https://github.com/cleverage/archive-process-bundle) + - [Cache](https://github.com/cleverage/cache-process-bundle) - [Doctrine](https://github.com/cleverage/doctrine-process-bundle) - [Flysystem](https://github.com/cleverage/flysystem-process-bundle) - [Rest](https://github.com/cleverage/rest-process-bundle)