Merge pull request #9643 from xhs345/patch-1

In composer.json: Update CakePHP version to 2.9
This commit is contained in:
Mark Story 2016-10-23 10:08:29 -04:00 committed by GitHub
commit d7f82608c9

View file

@ -23,7 +23,7 @@
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"cakephp/cakephp": "~2.8"
"cakephp/cakephp": "~2.9"
},
"suggest": {
"cakephp/cakephp-codesniffer": "Easily check code formatting against the CakePHP coding standards."