From a1a6e9575238ba22ff2d2a0a9574f8bb9c42006f Mon Sep 17 00:00:00 2001 From: Martin Mitterhauser Date: Wed, 24 Apr 2024 12:47:45 +0200 Subject: [PATCH] revert vendor name --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4c9675b5..d9f65f9b 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "kba-team/cakephp-adminlte-theme", + "name": "maiconpinto/cakephp-adminlte-theme", "description": "CakePHP 4.x AdminLTE Theme.", "type": "cakephp-plugin", "keywords": ["cakephp", "templates", "plugin"], @@ -26,7 +26,7 @@ } }, "support": { - "issues": "https://github.com/the-kbA-team/cakephp-adminlte-theme/issues", - "source": "https://github.com/the-kbA-team/cakephp-adminlte-theme" + "issues": "https://github.com/maiconpinto/cakephp-adminlte-theme/issues", + "source": "https://github.com/maiconpinto/cakephp-adminlte-theme" } }