From db5338a83ed60d935897407d352d42aae8f08e68 Mon Sep 17 00:00:00 2001 From: Aaron Scherer <896295+cryptiklemur@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:58:41 -0500 Subject: [PATCH] feat(cache-bundle): add the 2.0 recipe (#2029) --- cache/cache-bundle/2.0/manifest.json | 5 +++++ cache/cache-bundle/2.0/post-install.txt | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 cache/cache-bundle/2.0/manifest.json create mode 100644 cache/cache-bundle/2.0/post-install.txt diff --git a/cache/cache-bundle/2.0/manifest.json b/cache/cache-bundle/2.0/manifest.json new file mode 100644 index 00000000..0a467559 --- /dev/null +++ b/cache/cache-bundle/2.0/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "Cache\\CacheBundle\\CacheBundle": ["all"] + } +} diff --git a/cache/cache-bundle/2.0/post-install.txt b/cache/cache-bundle/2.0/post-install.txt new file mode 100644 index 00000000..8bd2edf4 --- /dev/null +++ b/cache/cache-bundle/2.0/post-install.txt @@ -0,0 +1,2 @@ + * Configure the CacheBundle integrations that your app uses: + https://github.com/php-cache/cache-bundle#configuration