Update CakePHP version to 2.9

This commit is contained in:
Alex 2016-10-22 20:22:21 -07:00 committed by GitHub
parent 40c32e8bdf
commit 6bae308778

View file

@ -23,7 +23,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*", "phpunit/phpunit": "3.7.*",
"cakephp/cakephp": "~2.8" "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."