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