Skip to content

Commit

Permalink
use only cakephp/cakephp 3.7.x
Browse files Browse the repository at this point in the history
new added code require cake 3.8
this commits allows to use cake 3.7.x with latest version of bake that
is compatible with cake 3.7
  • Loading branch information
saeideng committed Jul 1, 2019
1 parent 437f416 commit b1fa1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require": {
"php": ">=5.6.0",
"cakephp/cakephp": "^3.7.0",
"cakephp/cakephp": "~3.7.0",
"cakephp/plugin-installer": "^1.0",
"wyrihaximus/twig-view": "^4.3.7"
},
Expand Down

0 comments on commit b1fa1d2

Please sign in to comment.