From b1fa1d2d4f3a6b74c69ab24c90c880dcc1f8751c Mon Sep 17 00:00:00 2001 From: saeid Date: Tue, 2 Jul 2019 02:04:33 +0430 Subject: [PATCH] use only cakephp/cakephp 3.7.x 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 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cabf014eb..281279434 100644 --- a/composer.json +++ b/composer.json @@ -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" },