Browse Source

Set preferred install as "dist" out of the box.

Taylor Otwell 11 years ago
parent
commit
b042d46bfe
1 changed files with 3 additions and 0 deletions
  1. 3 0
      composer.json

+ 3 - 0
composer.json

@@ -15,5 +15,8 @@
 	"scripts": {
 		"post-update-cmd": "php artisan optimize"
 	},
+	"config": {
+		"preferred-install": "dist"
+	},
 	"minimum-stability": "dev"
 }