Browse Source

Merge branch 'master' into develop

Taylor Otwell 10 years ago
parent
commit
80b1c853ce
2 changed files with 3 additions and 4 deletions
  1. 2 1
      .gitignore
  2. 1 3
      composer.json

+ 2 - 1
.gitignore

@@ -2,4 +2,5 @@
 /vendor
 composer.phar
 composer.lock
-.DS_Store
+.DS_Store
+Thumbs.db

+ 1 - 3
composer.json

@@ -20,10 +20,8 @@
 		"post-install-cmd": [
 			"php artisan optimize"
 		],
-		"pre-update-cmd": [
-			"php artisan clear-compiled"
-		],
 		"post-update-cmd": [
+			"php artisan clear-compiled",
 			"php artisan optimize"
 		],
 		"post-create-project-cmd": [