From c87566b5c9e2adf2b8cb4264636273a49b18c684 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 24 Oct 2016 17:05:16 -0500 Subject: [PATCH] stability --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a7d39012..ecc67b88 100644 --- a/composer.json +++ b/composer.json @@ -46,5 +46,7 @@ }, "config": { "preferred-install": "dist" - } + }, + "minimum-stability": "dev", + "prefer-stable": true }