Fixes #277 Add "prefer-stable": true, to octobers composer.json

This commit is contained in:
Sam Georges 2014-06-27 18:00:25 +10:00
parent 20f7802afb
commit 0d96ef8459
1 changed files with 2 additions and 1 deletions

View File

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