diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Core/composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Core/composer.json b/src/Core/composer.json index 3a48585..0ee9afc 100644 --- a/src/Core/composer.json +++ b/src/Core/composer.json @@ -26,7 +26,8 @@ "cakephp/utility": "^3.6.0" }, "suggest": { - "cakephp/event": "To use PluginApplicationInterface or plugin applications." + "cakephp/event": "To use PluginApplicationInterface or plugin applications.", + "cakephp/cache": "To use Configure::store() and restore()." }, "autoload": { "psr-4": { |