2017-01-04 6 views
0

を働いていない私が作曲require eusonlito/magento2-language-es_esを実行しますが、作曲は私の問題を示しています。Magentoの2作曲は、私はMagentoの2にlenguageパッケージをインストールしようとしています

Do not run Composer as root/super user! See https://getcomposer.org/root for details 
Using version ^0.0.5 for eusonlito/magento2-language-es_es 
./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 
    - Installation request for eusonlito/magento2-language-es_es ^0.0.5 -> satisfiable by eusonlito/magento2-language-es_es[0.0.5]. 
    - Conclusion: remove magento/framework 100.1.2 
    - Conclusion: don't install magento/framework 100.1.2 
    - eusonlito/magento2-language-es_es 0.0.5 requires magento/framework 100.0.* -> satisfiable by magento/framework[100.0.10, 100.0.11, 100.0.12, 100.0.13, 100.0.2, 100.0.3, 100.0.4, 100.0.5, 100.0.6, 100.0.7, 100.0.8, 100.0.9]. 
    - Can only install one of: magento/framework[100.1.2, 100.0.10]. 
    - Can only install one of: magento/framework[100.1.2, 100.0.11]. 
    - Can only install one of: magento/framework[100.1.2, 100.0.12]. 
    - Can only install one of: magento/framework[100.1.2, 100.0.13]. 
    - Can only install one of: magento/framework[100.1.2, 100.0.2]. 
    - Can only install one of: magento/framework[100.1.2, 100.0.3]. 
    - Can only install one of: magento/framework[100.1.2, 100.0.4]. 
    - Can only install one of: magento/framework[100.1.2, 100.0.5]. 
    - Can only install one of: magento/framework[100.1.2, 100.0.6]. 
    - Can only install one of: magento/framework[100.1.2, 100.0.7]. 
    - Can only install one of: magento/framework[100.1.2, 100.0.8]. 
    - Can only install one of: magento/framework[100.1.2, 100.0.9]. 
    - Installation request for magento/framework (locked at 100.1.2) -> satisfiable by magento/framework[100.1.2]. 


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

私はこの問題を解決するにはどうすればよいですか?

ありがとうございます!

答えて

0

eusonlito/magento2-language-es_esをインストールすると、バージョンの問題が発生します(この場合magento/framework)。 magento2-language-es_esのマゼンタ/フレームワークバージョンが高すぎます。 magento2-language-es_esに必要な依存性を確認し、バージョンタグを変更してみてください。

関連する問題