cancel
Showing results for 
Search instead for 
Did you mean: 

Error during install a module via composer

SOLVED

Error during install a module via composer

Hello!

 

I'm trying install a module of payment method in my store in composer but an error occurred during installation.

 

The composer returns:

 

composer require webjump/magento2-module-braspagpagador --ignore-platform-reqs
Using version ^3.8 for webjump/magento2-module-braspagpagador
./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
    - Conclusion: don't install webjump/magento2-module-braspagpagador 3.8.7
    - Conclusion: don't install webjump/magento2-module-braspagpagador 3.8.6
    - Conclusion: don't install webjump/magento2-module-braspagpagador 3.8.5
    - Conclusion: don't install webjump/magento2-module-braspagpagador 3.8.4
    - Conclusion: don't install webjump/magento2-module-braspagpagador 3.8.3
    - Conclusion: don't install webjump/magento2-module-braspagpagador 3.8.2
    - Conclusion: don't install webjump/magento2-module-braspagpagador 3.8.1
    - Conclusion: remove zendframework/zend-stdlib 2.4.13
    - Installation request for webjump/magento2-module-braspagpagador ^3.8 -> satisfiable by webjump/magento2-module-braspagpagador[3.8.0, 3.8.1, 3.8.2, 3.8.3, 3.8.4, 3.8.5, 3.8.6, 3.8.7].
    - Conclusion: don't install zendframework/zend-stdlib 2.4.13
    - webjump/magento2-module-braspagpagador 3.8.0 requires zendframework/zend-stdlib 2.4.6|~2.7.7 -> satisfiable by zendframework/zend-stdlib[2.4.6, 2.7.7].
    - Can only install one of: zendframework/zend-stdlib[2.4.6, 2.4.13].
    - Can only install one of: zendframework/zend-stdlib[2.7.7, 2.4.13].
    - Installation request for zendframework/zend-stdlib (locked at 2.4.13) -> satisfiable by zendframework/zend-stdlib[2.4.13].


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

Accepted Solutions

Re: Error during install a module via composer

Hello @victor_wurthman 

 

You need to install stdlib of zendframework.

---
If you've found my answer useful, please give"Kudos" and "Accept as Solution"

View solution in original post

1 REPLY 1

Re: Error during install a module via composer

Hello @victor_wurthman 

 

You need to install stdlib of zendframework.

---
If you've found my answer useful, please give"Kudos" and "Accept as Solution"