Installing imagick on Centos7 with php7?

Viewed 3452

I am trying to install imagick with this command

yum install php-pecl-imagick

This results in this error, I think it's because I am using php7 and not php5

Error: php70u-common conflicts with php-common-5.4.16-36.el7_1.x86_64

How can I download imagicks new version for use with php7 and centos7?

2 Answers
Related