mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-26 00:37:18 +00:00
Use caret operator for depending on DebugKit
This commit is contained in:
parent
2d82a120af
commit
7b20c804f4
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*",
|
||||
"cakephp/debug_kit" : "2.2.*",
|
||||
"cakephp/debug_kit" : "^2.2.0",
|
||||
"cakephp/cakephp-codesniffer": "^1.0.0"
|
||||
},
|
||||
"bin": [
|
||||
|
|
Loading…
Reference in a new issue