diff --git a/plugins/php/versions/common/imagemagick.sh b/plugins/php/versions/common/imagemagick.sh index 78dd66a6b..c4397a391 100755 --- a/plugins/php/versions/common/imagemagick.sh +++ b/plugins/php/versions/common/imagemagick.sh @@ -21,7 +21,7 @@ version=$2 if [ "$version" == "53" ];then echo 'not need' exit 0 -elif [ "$version" == "74" ];then +elif [ "$version" == "54" ];then LIBV=3.6.0 else echo 'ok'