mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Move codesniffer into suggests.
Not everyone will want/need the codesniffer.
This commit is contained in:
parent
0fd3ad9b76
commit
0d32554546
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue