Browse Source

stability

Taylor Otwell 7 years ago
parent
commit
c87566b5c9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      composer.json

+ 3 - 1
composer.json

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