From ea43ac7dd1cc29017670ddb8631c402d128de4d5 Mon Sep 17 00:00:00 2001 From: lukasmatusiewicz <77617779+lukasmatusiewicz@users.noreply.github.com> Date: Mon, 24 Jan 2022 15:38:03 +0100 Subject: [PATCH] Update composer.json --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index ed7165a..bbc6cfd 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,11 @@ "email": "lukas.matusiewicz@netknights.it" } ], + "autoload": { + "psr-4": { + "PrivacyIdea\\PHPClient\\": "src" + } + }, "repositories": [ { "type": "vcs", -- GitLab