/
Conflict with your requirements or minimum-stability
Conflict with your requirements or minimum-stability
Problem
During composer installation, you see the following error message(s):
Example:
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].
Solution
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
*nix command
composer config minimum-stability dev
Related articles
, multiple selections available,
Related content
Version conflict for TNW_Marketing
Version conflict for TNW_Marketing
More like this
Cannot update or install the extension via composer
Cannot update or install the extension via composer
More like this
Composer installation error: Higher matching version of was found
Composer installation error: Higher matching version of was found
More like this
Composer installation errors
Composer installation errors
More like this
Integration with Stripe Payment Gateway
Integration with Stripe Payment Gateway
More like this
A higher matching version found in public repository
A higher matching version found in public repository
More like this