From a98e02f38d518c9d21c2bc118cb20b4c1bf86225 Mon Sep 17 00:00:00 2001 From: Nathan Glasl Date: Fri, 30 Jun 2017 18:17:03 +1000 Subject: [PATCH] FIX, correcting an issue where the module would end up on the wrong path. --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8adb9a35..bc5886cb 100644 --- a/composer.json +++ b/composer.json @@ -19,5 +19,8 @@ "silverstripe/framework": "~3.1", "silverstripe/multivaluefield": "~2.0", "asyncphp/doorman": "~1.2" - } + }, + "extra": { + "installer-name": "queuedjobs" + } }