Browse Source

remove stability setting

Taylor Otwell 8 years ago
parent
commit
15d6f3fe15
1 changed files with 1 additions and 2 deletions
  1. 1 2
      composer.json

+ 1 - 2
composer.json

@@ -45,6 +45,5 @@
     },
     "config": {
         "preferred-install": "dist"
-    },
-    "minimum-stability": "stable"
+    }
 }