chg: [internal] Install DebugKit by Composer

pull/7294/head
Jakub Onderka 2021-04-03 12:28:32 +02:00
parent fe7d0a462d
commit 249dabb878
3 changed files with 2 additions and 6 deletions

4
.gitmodules vendored
View File

@ -22,10 +22,6 @@
[submodule "app/files/noticelists"]
path = app/files/noticelists
url = https://github.com/MISP/misp-noticelist
[submodule "Plugin/DebugKit"]
path = Plugin/DebugKit
url = https://github.com/cakephp/debug_kit.git
branch = 2.2
[submodule "app/files/misp-decaying-models"]
path = app/files/misp-decaying-models
url = https://github.com/MISP/misp-decaying-models.git

@ -1 +0,0 @@
Subproject commit 8649a612001fa1caee82d9c432b8223cef221104

View File

@ -17,7 +17,8 @@
},
"require-dev": {
"phpunit/phpunit": "^8",
"php-parallel-lint/php-parallel-lint": "^1.2"
"php-parallel-lint/php-parallel-lint": "^1.2",
"cakephp/debug_kit": "^2.2.0"
},
"suggest": {
"ext-gd": "For creating image thumbnails",