4

コンポーザーの依存関係は、php-xsl がないことを示しています。phpdocumentor/phpdocumentor をインストールしようとしていますが、要件のためにインストールできません。だから今、私は要件をインストールしようとしていますが、これを取得します:

$ composer require phpdocumentor/template-zend
Using version ~1.3 for phpdocumentor/template-zend
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - phpdocumentor/template-zend 1.3.2 requires ext-xsl * -> the requested PHP extension xsl is missing from your system.
    - phpdocumentor/template-zend 1.3.1 requires ext-xsl * -> the requested PHP extension xsl is missing from your system.
    - phpdocumentor/template-zend 1.3.0 requires ext-xsl * -> the requested PHP extension xsl is missing from your system.
    - Installation request for phpdocumentor/template-zend ~1.3 -> satisfiable by phpdocumentor/template-zend[1.3.0, 1.3.1, 1.3.2].


Installation failed, reverting ./composer.json to its original content.

PHP 情報:

xsl

XSL enabled
libxslt Version 1.1.28
libxslt compiled against libxml Version 2.9.1
EXSLT   enabled
libexslt Version    1.1.28

それとも、ext-xsl が必要だと言っているのでしょうか? それは何ですか?それとも、私にはPHP xslが必要だと言っているのでしょうか?

これは、マークされた dup 投稿とは異なります。理由については、以下の私のコメントを参照してください。

4

1 に答える 1