diff --git a/composer.json b/composer.json index 4413485..ed416cd 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,9 @@ "scripts": { "post-update-cmd": [ "./bin/update.sh" + ], + "post-install-cmd": [ + "./bin/update.sh" ] } } \ No newline at end of file