From 481af8d125d13e4e01bb45dd6a59142f5ddbc758 Mon Sep 17 00:00:00 2001 From: Michael van Schaik Date: Wed, 6 Nov 2024 17:51:07 +0100 Subject: [PATCH] Update composer.json --- composer.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 7173300..3da918c 100644 --- a/composer.json +++ b/composer.json @@ -2,11 +2,7 @@ "name": "restruct/silverstripe-quickaddnew", "description": "A decorator for form fields that manage object relationships, to allow adding a new object on the fly through a dialog window. It can handle has_one, has_many or many_many relationships. At the moment it has been tested / works on DropdownField and ListboxField. It works both in the CMS and in the frontend.", "type": "silverstripe-module", - "keywords": [ - "silverstripe", - "forms" - ], - "homepage": "http://github.com/restruct/silverstripe-quickaddnew", + "license": "BSD-3-Clause", "authors": [ { "name": "Shea Dawson", @@ -28,7 +24,6 @@ "squizlabs/php_codesniffer": "^3.5" }, "extra": { - "installer-name": "quickaddnew", "expose": [ "client" ]