From 249dabb87813e02efc6c62b0c0d03e85e7b08016 Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Sat, 3 Apr 2021 12:28:32 +0200 Subject: [PATCH] chg: [internal] Install DebugKit by Composer --- .gitmodules | 4 ---- Plugin/DebugKit | 1 - app/composer.json | 3 ++- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 160000 Plugin/DebugKit diff --git a/.gitmodules b/.gitmodules index 11d653a6c..bc74489b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/Plugin/DebugKit b/Plugin/DebugKit deleted file mode 160000 index 8649a6120..000000000 --- a/Plugin/DebugKit +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8649a612001fa1caee82d9c432b8223cef221104 diff --git a/app/composer.json b/app/composer.json index edb940c69..b1233f0d2 100644 --- a/app/composer.json +++ b/app/composer.json @@ -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",