Build system: Small improvement
This commit is contained in:
parent
7c1e889717
commit
2cf60e25af
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ if [ "$VERSION_STABILITY" != "stable" ]; then
|
|||
echo "Setting minimum stability to '$VERSION_STABILITY'..."
|
||||
composer config "minimum-stability" "$VERSION_STABILITY"
|
||||
composer config "prefer-stable" "true"
|
||||
echo
|
||||
fi
|
||||
|
||||
# install dependencies
|
||||
|
|
Loading…
Reference in a new issue