From c0d78994282c0b583e685f03f419f59bddfe3ee8 Mon Sep 17 00:00:00 2001 From: DouG Date: Fri, 21 Dec 2018 12:09:42 +1300 Subject: [PATCH] Update composer.json Change type to silverstripe-vendormodule so its installed in the vendor directory --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0f4a08a..0a382cc 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "chrometoaster/ga-gtm-singlefield", "description": "Adds single field to CMS settings section to hold GA or GTM code. Template snippets need to be inserted to theme templates manually.", - "type": "silverstripe-module", + "type": "silverstripe-vendormodule", "keywords": ["silverstripe", "Google", "Google Analytics", "GA", "Google Tag Manager", "GTM"], "authors": [ {