From 0c18b268ae65299f75e0360af10d696587832c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Mummert?= Date: Mon, 9 Mar 2026 10:50:17 +0100 Subject: [PATCH] Fix composer namespace references --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index af89193..2fb9c02 100644 --- a/composer.json +++ b/composer.json @@ -12,10 +12,10 @@ }, "autoload": { "psr-4": { - "MummertMedia\\ContaoMeilisearchBundle\\": "src/" + "Mummert\\ContaoMeilisearchBundle\\": "src/" } }, "extra": { - "contao-manager-plugin": "MummertMedia\\ContaoMeilisearchBundle\\ContaoManager\\Plugin" + "contao-manager-plugin": "Mummert\\ContaoMeilisearchBundle\\ContaoManager\\Plugin" } } \ No newline at end of file