diff options
Diffstat (limited to 'src/Database')
-rw-r--r-- | src/Database/composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Database/composer.json b/src/Database/composer.json index bc39d49..64c22e8 100644 --- a/src/Database/composer.json +++ b/src/Database/composer.json @@ -29,7 +29,8 @@ "cakephp/datasource": "^4.0" }, "suggest": { - "cakephp/i18n": "If you are using locale-aware datetime formats or Chronos types." + "cakephp/i18n": "If you are using locale-aware datetime formats or Chronos types.", + "cakephp/log": "If you want to use query logging without providing a logger yourself." }, "autoload": { "psr-4": { |