From 91d694d2405a5fdf6e0851866442fa14c74012aa Mon Sep 17 00:00:00 2001 From: Parziphal Date: Sun, 27 Oct 2013 00:42:20 -0500 Subject: [PATCH] fixed post-script event --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e01e17c..cd347d7 100755 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } }, "scripts": { - "post-package-install": [ + "post-root-package-install": [ "ApplicationInstaller\\CompileAssets::compile" ] }