From f8d34164ff374dadf484922e272a66924a5d44c9 Mon Sep 17 00:00:00 2001 From: Christoph Schlaepfer <1939311+Anuril@users.noreply.github.com> Date: Fri, 29 Sep 2023 17:43:07 +0200 Subject: [PATCH] Fixed autoload naming (#5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Christoph Schläpfer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f7d090c..df7793a 100755 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "autoload": { "psr-4": { - "Symfony\\Component\\PVE2API\\": "src/" + "PVE2APIClient\\PVE2APIClient\\PVE2API\\": "src/" } }, "license": "MIT",