diff options
author | Remi Collet <remi@remirepo.net> | 2022-11-03 08:06:33 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-11-03 08:06:33 +0100 |
commit | 25fa5037d9cf86e41121835a07546554bfbb1494 (patch) | |
tree | 4d7120d43f5a76ed467d18b6dd58d962ae18e325 /src/Database/composer.json | |
parent | d4379e4caa9cd2ea31f16d36a1c4729f46164e1a (diff) |
update to 4.4.6
Diffstat (limited to 'src/Database/composer.json')
-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": { |