From 1d0e6cc10ea9f9477e64644ac84b69eb31a5f60b Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sun, 7 Apr 2019 19:07:16 -0500 Subject: [PATCH] Update composer require t ype --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f1f7b25e..b35eaec3 100755 --- a/composer.json +++ b/composer.json @@ -81,7 +81,10 @@ }, "extra": { "installer-paths": { - "modules/{$name}/": ["type:phpvms-plugin"] + "modules/{$name}/": [ + "type:laravel-library", + "type:phpvms-plugin" + ] } }, "scripts": {