Skip to content

Commit

Permalink
Require Log package.
Browse files Browse the repository at this point in the history
Database requires log to emit a warning when a connection is destroyed
and has an open transaction.

Fixes #12861
  • Loading branch information
markstory committed Jan 2, 2019
1 parent c49a624 commit d34b0d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Database/composer.json
Expand Up @@ -27,10 +27,8 @@
"php": ">=5.6.0",
"cakephp/cache": "^3.6.0",
"cakephp/core": "^3.6.0",
"cakephp/datasource": "^3.6.0"
},
"suggest": {
"cakephp/log": "Require this if you want to use the built-in query logger"
"cakephp/datasource": "^3.6.0",
"cakephp/log": "^3.6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d34b0d7

Please sign in to comment.