From 9ebdbc7100ca1ec1a9e4a06ed84dc2b1c1a5cd26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 4 May 2023 02:45:19 +0200 Subject: [PATCH] Fix autoloading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Viktor Szépe --- composer.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 22f9574..b89b399 100644 --- a/composer.json +++ b/composer.json @@ -67,15 +67,7 @@ }, "autoload": { "classmap": [ - "hello-login.php", - "includes/hello-login-client.php", - "includes/hello-login-client-wrapper.php", - "includes/hello-login-login-form.php", - "includes/hello-login-option-logger.php", - "includes/hello-login-option-settings.php", - "includes/hello-login-settings-page.php", - "includes/hello-login-util.php", - "includes/Hello_Login_Invites.php" + "includes/" ] }, "scripts": {