Merge pull request #7446 from ravage84/patch-3

Add cakephp/cakephp-codesniffer as dev dependency
This commit is contained in:
Mark Story 2015-09-25 12:47:57 -04:00
commit c6c88fe0a7

View file

@ -23,7 +23,8 @@
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"cakephp/debug_kit" : "2.2.*"
"cakephp/debug_kit" : "2.2.*",
"cakephp/cakephp-codesniffer": "^1.0.0"
},
"bin": [
"lib/Cake/Console/cake"