PHP 7.2.3 にアップグレードする際の CentOS 7 の依存関係の問題を解決する方法

PHP 7.2.3 にアップグレードする際の CentOS 7 の依存関係の問題を解決する方法

HTTP 2.4.6 を実行している CentOS 7.4 サーバーで PHP 5.4.16 から 7.2.3 にアップグレードしようとしています。

このコマンドを実行すると、次の依存関係アラートが表示されます。

yum install php70w php70w-fpm php70w-cli php70w-common php70w-xml php70w-soap php70w-xmlrpc php70w-mbstring php70w-json php70w-gd php70w-mcrypt --skip-broken

Packages skipped because of dependency problems:
    gd-last-2.2.5-1.el7.remi.x86_64 from remi-safe
    libargon2-20161029-2.el7.x86_64 from epel
    php-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-cli-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-common-7.2.2-1.el7.remi.x86_64 from remi-php72
    php-common-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-devel-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-fpm-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-gd-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-json-7.2.2-1.el7.remi.x86_64 from remi-php72
    php-json-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-ldap-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-mbstring-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-mysqlnd-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-odbc-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-pdo-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-pecl-apcu-5.1.11-1.el7.remi.7.2.x86_64 from remi-php72
    php-pecl-mcrypt-1.0.1-4.el7.remi.7.2.x86_64 from remi-php72
    php-pecl-ssh2-1.1.2-1.el7.remi.7.2.x86_64 from remi-php72
    php-process-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-soap-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-xml-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-xmlrpc-7.2.3-2.el7.remi.x86_64 from remi-php72
    php70w-mcrypt-7.0.27-1.w7.x86_64 from webtatic
    php72w-common-7.2.2-1.w7.x86_64 from webtatic

回転の仕方を誰か教えてくれませんか? よろしくお願いします。

関連情報