From 14a01b127d4bfaf7acb5dd2a17484a0398bcecbd Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Fri, 21 Nov 2014 17:39:51 +1100 Subject: [PATCH] Fixes #101 - Auto generate key --- composer.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 333165ec8..093dc0e10 100644 --- a/composer.json +++ b/composer.json @@ -36,16 +36,7 @@ "tests/UiTestCase.php" ] }, - "___scripts": { - "post-install-cmd": [ - "php artisan optimize" - ], - "pre-update-cmd": [ - "php artisan clear-compiled" - ], - "post-update-cmd": [ - "php artisan optimize" - ], + "scripts": { "post-create-project-cmd": [ "php artisan key:generate" ]