From e0d6b130b878809a3fe8f3680527de1903ed6a6d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 14 Apr 2013 13:54:33 -0500 Subject: [PATCH] Remove pre-update script. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index be7e44d7..ae7555e9 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,6 @@ ] }, "scripts": { - "pre-update-cmd": "rm bootstrap/compiled.php", "post-update-cmd": "php artisan optimize" }, "minimum-stability": "dev"