From 16b9f9c3facc7bd3d66c04afe33d90e73dc26ecc Mon Sep 17 00:00:00 2001 From: Christian Vang Date: Fri, 17 Feb 2023 15:40:58 +0100 Subject: [PATCH] Update composer.json --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 4f9daac8..38482508 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "whitecube/nova-flexible-content", + "name": "dwarfhq/nova-flexible-content", "description": "Flexible Content & Repeater Fields for Laravel Nova.", "license": "MIT", "keywords": [ @@ -13,8 +13,8 @@ ], "authors": [ { - "name": "Toon Van den Bos", - "email": "toon@whitecube.be" + "name": "Dwarf", + "email": "contact@dwarf.dk" } ], "require": { @@ -25,7 +25,7 @@ }, "autoload": { "psr-4": { - "Whitecube\\NovaFlexibleContent\\": "src/" + "Dwarfhq\\NovaFlexibleContent\\": "src/" } }, "autoload-dev": { @@ -42,7 +42,7 @@ "extra": { "laravel": { "providers": [ - "Whitecube\\NovaFlexibleContent\\FieldServiceProvider" + "Dwarfhq\\NovaFlexibleContent\\FieldServiceProvider" ] } },