From bf8a25e26a964963fc282f6e078965db7d2ecee2 Mon Sep 17 00:00:00 2001 From: Bart van Irsel Date: Thu, 7 Nov 2024 09:16:52 +0100 Subject: [PATCH] module is installed in root of project, this might fix this to install to vendor? --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3da918c..fa9d158 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,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", + "type": "silverstripe-vendormodule", "license": "BSD-3-Clause", "authors": [ {