Move codesniffer into suggests.

Not everyone will want/need the codesniffer.
This commit is contained in:
mark_story 2016-05-18 22:07:33 -04:00
parent 0fd3ad9b76
commit 0d32554546

View file

@ -23,8 +23,10 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*", "phpunit/phpunit": "3.7.*",
"cakephp/cakephp": "~2.8", "cakephp/cakephp": "~2.8"
"cakephp/cakephp-codesniffer": "^1.0.0" },
"suggest": {
"cakephp/cakephp-codesniffer": "Easily check code formatting against the CakePHP coding standards."
}, },
"bin": [ "bin": [
"lib/Cake/Console/cake" "lib/Cake/Console/cake"