mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #7446 from ravage84/patch-3
Add cakephp/cakephp-codesniffer as dev dependency
This commit is contained in:
commit
c6c88fe0a7
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue