Add cakephp/cakephp-codesniffer as dev dependency

This commit is contained in:
Marc Würth 2015-09-25 16:51:47 +02:00
parent c14d1ffe93
commit fd2dd41330

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"