From 15d6f3fe15bee56ee35fb7544de9ccec350233ed Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 14 Jun 2015 17:53:36 -0500 Subject: [PATCH] remove stability setting --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6bbed206..0bd256f1 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,5 @@ }, "config": { "preferred-install": "dist" - }, - "minimum-stability": "stable" + } }