Skip to content

Commit

Permalink
Fix cache as dependency for ORM dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 8, 2018
1 parent 8583c77 commit f449682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Database/composer.json
Expand Up @@ -25,12 +25,12 @@
},
"require": {
"php": ">=5.6.0",
"cakephp/cache": "^3.0.0",
"cakephp/core": "^3.0.0",
"cakephp/datasource": "^3.0.0"
},
"suggest": {
"cakephp/log": "Require this if you want to use the built-in query logger",
"cakephp/cache": "Require this if you decide to use the schema caching feature"
"cakephp/log": "Require this if you want to use the built-in query logger"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions src/Datasource/composer.json
Expand Up @@ -25,6 +25,7 @@
},
"require": {
"php": ">=5.6.0",
"cakephp/cache": "^3.0.0",
"cakephp/core": "^3.0.0"
},
"suggest": {
Expand Down

0 comments on commit f449682

Please sign in to comment.