From 3cd56865361805b3c8dd7d338fd0aff5e9c55244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 1 Oct 2023 12:59:11 +0200 Subject: [PATCH] Remove invalid namespaces from autoloading --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a6cea6c..4353a6e 100644 --- a/composer.json +++ b/composer.json @@ -5,9 +5,7 @@ "license": "GPL-3.0-or-later", "autoload": { "psr-4": { - "WPGraphQL\\PersistedQueries\\": "src/", - "WPGraphQL\\Cache\\": "src/Cache", - "WPGraphQL\\SmartCache\\": "src" + "WPGraphQL\\SmartCache\\": "src/" } }, "autoload-dev": {