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": {