From 4335048bf8c011827864d7e6b82e880d0fa57a95 Mon Sep 17 00:00:00 2001 From: Mponos George Date: Tue, 7 Feb 2017 13:13:35 +0200 Subject: [PATCH] Cakephp should be in the required packages Cakephp should be in the required packages --- app/composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/composer.json b/app/composer.json index bf5c67cc8..e18edfb03 100644 --- a/app/composer.json +++ b/app/composer.json @@ -19,11 +19,11 @@ }, "require": { "php": ">=5.3.0", - "ext-mcrypt": "*" + "ext-mcrypt": "*", + "cakephp/cakephp": "~2.9" }, "require-dev": { - "phpunit/phpunit": "3.7.*", - "cakephp/cakephp": "~2.9" + "phpunit/phpunit": "3.7.*" }, "suggest": { "cakephp/cakephp-codesniffer": "Easily check code formatting against the CakePHP coding standards."