From 570cf40a48f10125ff67726db4b6e2e403b20e0e Mon Sep 17 00:00:00 2001 From: Chicken Biscuit Date: Mon, 15 Aug 2016 00:23:52 +0100 Subject: [PATCH] CakePHP 3.3.0 fix CakePHP version updated to 3.3.X, strongly advise running composer update before installing however this allows CakePHP to meet install requirements on new installs of the notifier --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e8f192b..e4a224e 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "cakephp-plugin", "require": { "php": ">=5.4.16", - "cakephp/cakephp": "3.2.*" + "cakephp/cakephp": "3.3.*" }, "require-dev": { "phpunit/phpunit": "*",