From 36becee8050d54fc3c5d78cbf8b492d8fc0e1774 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sat, 23 Jan 2016 15:44:01 +0100 Subject: [PATCH] Updated suggestions --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ef92771..0a9b505 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,8 @@ "cache/array-adapter": "@stable" }, "suggest": { - "cache/*-adapter": "To integrate with a PSR-6 cache" + "cache/*-adapter": "A actual implementation of PSR-6 cache", + "cache/cache-bundle": "To integrate with the symfony framework" }, "autoload": { "psr-4": {