From f16fbee5d8c3664f614a6f17dbb95516a3de1725 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 13 Dec 2022 22:05:29 +0100 Subject: [PATCH] improve code --- composer.json | 4 +- .../Controller/Traits/helpersTrait.php | 89 ------------------- 2 files changed, 1 insertion(+), 92 deletions(-) delete mode 100644 src/Application/Controller/Traits/helpersTrait.php diff --git a/composer.json b/composer.json index 26e2f10..3f26dbd 100644 --- a/composer.json +++ b/composer.json @@ -36,9 +36,7 @@ "web-auth/webauthn-lib": "^3.3", "nyholm/psr7": "^1.5.1", "nyholm/psr7-server": "^1.0.2", - "ext-json": "*", - "ext-soap": "*", - "ext-PDO": "*" + "ext-json": "*" }, "require-dev": { "phpstan/phpstan": "^1.8" diff --git a/src/Application/Controller/Traits/helpersTrait.php b/src/Application/Controller/Traits/helpersTrait.php deleted file mode 100644 index 20bc0bc..0000000 --- a/src/Application/Controller/Traits/helpersTrait.php +++ /dev/null @@ -1,89 +0,0 @@ -