|
|
@ -36,6 +36,7 @@ if [ "$VERSION_STABILITY" != "stable" ]; then |
|
|
|
echo "Setting minimum stability to '$VERSION_STABILITY'..." |
|
|
|
echo "Setting minimum stability to '$VERSION_STABILITY'..." |
|
|
|
composer config "minimum-stability" "$VERSION_STABILITY" |
|
|
|
composer config "minimum-stability" "$VERSION_STABILITY" |
|
|
|
composer config "prefer-stable" "true" |
|
|
|
composer config "prefer-stable" "true" |
|
|
|
|
|
|
|
echo |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# install dependencies |
|
|
|
# install dependencies |
|
|
|