From 120fcf3b3715f979588e8fed66f8fd682a07e566 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 24 Mar 2016 13:53:37 +0000 Subject: [PATCH] Tweaked composer.json --- composer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 276b5046..9d1b2b83 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": ">=5.5.9", - "laravel/framework": "~5.2.21", + "laravel/framework": "~5.2.24", "alt-three/badger": "^3.0", "alt-three/bus": "^1.0", "alt-three/emoji": "^3.0", @@ -79,10 +79,8 @@ "php artisan config:cache", "php artisan route:cache" ], - "pre-update-cmd": [ - "php artisan clear-compiled" - ], "post-update-cmd": [ + "php artisan clear-compiled", "php artisan optimize --force", "php artisan config:cache", "php artisan route:cache"