2.9.12
Cédric Bonhomme 2020-02-24 13:36:33 +01:00
parent 4458f172c9
commit 585ffef9b8
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ composer_version=`echo $composer_version_string | awk 'BEGIN { FS="[ ]" } ; { pr
if [[ $(vercomp $composer_version 1.9.0 ; echo $?) -eq 0 ]]; then
echo -e "${RED}Please update your version of composer.${NC} The minimum requirements is 1.9.0."
echo -e "The minimum requirements is 1.9.0. You can use the folowing to update your composer installation:"
echo -e "The minimum requirement is 1.9.0. You can use the following to update your composer installation:"
cat << EOF