Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

During composer installation, you see the following error message(s):

Code Block
languageapplescriptdiff
themeMidnightConfluence
titleExample:
Command "update" failed: 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
- tnw/module-stripe 2.1.11 requires stripe/stripe-php ~5.8.0 -> satisfiable by stripe/stripe-php[v5.8.0] but these conflict with your requirements or minimum-stability.
- tnw/module-stripe 2.1.11 requires stripe/stripe-php ~5.8.0 -> satisfiable by stripe/stripe-php[v5.8.0] but these conflict with your requirements or minimum-stability.
- Installation request for tnw/module-stripe 2.1.11 -> satisfiable by tnw/module-stripe[2.1.11].

...

This most likely means your Magento stability requirement does not match the requirement of the extension or the extension dependencies. Running the following command usually fixes the issue

Code Block
languageapplescriptdiff
themeMidnightConfluence
title*nix command
composer config minimum-stability dev

...

Page Properties
hiddentrue


Related issues