From 6779a83ec75e8ee3045b0b4d9c41421e95a71c56 Mon Sep 17 00:00:00 2001 From: Enzo Perrotta Date: Thu, 20 Feb 2020 12:15:17 +0100 Subject: [PATCH] Modified composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4ed31dd..b88604c 100644 --- a/composer.json +++ b/composer.json @@ -5,12 +5,12 @@ "license": "MIT", "autoload": { "psr-4": { - "KiweeEu\\Emarsys\\": "src/" + "Omneo\\Emarsys\\": "src/" } }, "autoload-dev": { "psr-4": { - "KiweeEu\\Emarsys\\": "tests/" + "Omneo\\Emarsys\\": "tests/" } }, "require": {