Skip to content

Commit

Permalink
Keep it optional for query caching. Only schema is needed as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 8, 2018
1 parent e6ef62d commit bde8258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Datasource/composer.json
Expand Up @@ -25,12 +25,12 @@
},
"require": {
"php": ">=5.6.0",
"cakephp/cache": "^3.0.0",
"cakephp/core": "^3.0.0"
},
"suggest": {
"cakephp/utility": "Require this if you decide to use EntityTrait",
"cakephp/collection": "Require this if you decide to use ResultSetInterface"
"cakephp/utility": "If you decide to use EntityTrait.",
"cakephp/collection": "If you decide to use ResultSetInterface.",
"cakephp/cache": "If you decide to use Query caching."
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bde8258

Please sign in to comment.