From f048f5bf9a74d96ee4056848d83c246f76bc3b2a Mon Sep 17 00:00:00 2001 From: Navneet Date: Wed, 3 Sep 2025 19:46:14 +0530 Subject: [PATCH] Update composer.json --- composer.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 72d56c2..890fefa 100644 --- a/composer.json +++ b/composer.json @@ -1,15 +1,9 @@ { - "name": "navneetbhardwaj/akeneodynamicjobtab", + "name": "webkul/akeneodynamicjobtab", "type": "symfony-bundle", "description": "Dynamic Job Tab Bundle: Seamlessly add custom tabs to any job with the Dynamic Job Tab Bundle. This versatile tool allows you to dynamically integrate a custom tab into your job listings. To configure the job name, simply update the configuration.yml file.", - "version": "1.0.0", + "version": "1.0.1", "license": "OSL-3.0", - "authors": [ - { - "name": "Navneet Kumar", - "homepage": "https://www.navneetkumar.info" - } - ], "require": { "akeneo/pim-community-dev": "^7.0.0" },