Cakephp should be in the required packages

Cakephp should be in the required packages
This commit is contained in:
Mponos George 2017-02-07 13:13:35 +02:00 committed by GitHub
parent be87a157b6
commit 4335048bf8

View file

@ -19,11 +19,11 @@
}, },
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",
"ext-mcrypt": "*" "ext-mcrypt": "*",
"cakephp/cakephp": "~2.9"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*", "phpunit/phpunit": "3.7.*"
"cakephp/cakephp": "~2.9"
}, },
"suggest": { "suggest": {
"cakephp/cakephp-codesniffer": "Easily check code formatting against the CakePHP coding standards." "cakephp/cakephp-codesniffer": "Easily check code formatting against the CakePHP coding standards."