Browse Source

Merge pull request #3421 from barryvdh/patch-1

Set minimum stability to stable
Taylor Otwell 9 years ago
parent
commit
5033b85080
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -46,6 +46,6 @@
     "config": {
         "preferred-install": "dist"
     },
-    "minimum-stability": "dev",
+    "minimum-stability": "stable",
     "prefer-stable": true
 }