From 41c946e9ea4c4ac145e3aa5913124b09f4a89a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20L=C3=A9v=C3=AAque?= Date: Tue, 26 Dec 2023 15:55:06 +0100 Subject: [PATCH] Update composer.json --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 7a23ddd..27ae660 100644 --- a/composer.json +++ b/composer.json @@ -1,15 +1,9 @@ { - "name": "tetranz/select2entity-bundle", + "name": "seblevdev/select2entity-bundle", "type": "symfony-bundle", "description": "A Symfony bundle that integrates Select2 as a drop-in replacement for a standard entity field on a Symfony form.", "keywords": ["symfony","select2", "typeahead","autocomplete"], "license": "MIT", - "authors": [ - { - "name": "Ross Keatinge", - "email": "tetranz@gmail.com" - } - ], "require": { "php": ">=7.1.3", "doctrine/orm": ">=2.4",