Bump PHP composer version to 2.5.4

This commit is contained in:
3wc 2023-03-11 20:14:00 -05:00
parent a71d9195e8
commit ae116a9954
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ init_composer() {
if ! type composer > /dev/null 2>&1; then
apt update -yqq && apt install -yqq curl git unzip zip
curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.5.1
php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.5.4
composer -V
fi
}