Merge pull request #3421 from barryvdh/patch-1

Set minimum stability to stable
This commit is contained in:
Taylor Otwell 2015-06-14 17:45:10 -05:00
commit 5033b85080
1 changed files with 1 additions and 1 deletions

View File

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