Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move codesniffer into suggests.
Not everyone will want/need the codesniffer.
  • Loading branch information
markstory committed May 19, 2016
1 parent 0fd3ad9 commit 0d32554
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/composer.json
Expand Up @@ -23,8 +23,10 @@
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"cakephp/cakephp": "~2.8",
"cakephp/cakephp-codesniffer": "^1.0.0"
"cakephp/cakephp": "~2.8"
},
"suggest": {
"cakephp/cakephp-codesniffer": "Easily check code formatting against the CakePHP coding standards."
},
"bin": [
"lib/Cake/Console/cake"
Expand Down

0 comments on commit 0d32554

Please sign in to comment.