Can't install plugin
Closed this issue · 1 comments
maxpdesign commented
When I try to install the plugin I get the following error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires born05/craft-commerce-buckaroo ^1.3 -> satisfiable by born05/craft-commerce-buckaroo[1.3.0].
- born05/craft-commerce-buckaroo 1.3.0 requires craftcms/commerce-omnipay ^2.0.0 -> found craftcms/commerce-omnipay[2.0.0, ..., 2.1.1] but the package is fixed to 3.0.3.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require born05/craft-commerce-buckaroo:*" to figure out if any version is installable, or "composer require born05/craft-commerce-buckaroo:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Th plugin that requires craftcms/commerce-omnipay:3.0.3.1 is craftcms/commerce-mollie. But when I uninstall that plugin I get the following error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- php-http/guzzle6-adapter v1.1.1 requires php-http/httplug ^1.0 -> found php-http/httplug[v1.0.0, v1.1.0] but the package is fixed to 2.3.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- php-http/guzzle6-adapter[v2.0.0, ..., v2.0.2] require guzzlehttp/guzzle ^6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.8] but it conflicts with your root composer.json require (^7.4).
- craftcms/commerce-omnipay[2.0.0, ..., 2.0.1] require craftcms/commerce ^2.0 -> found craftcms/commerce[2.0.0, ..., 2.2.27] but it conflicts with your root composer.json require (3.4.15).
- born05/craft-commerce-buckaroo 1.3.0 requires craftcms/commerce-omnipay ^2.0.0 -> satisfiable by craftcms/commerce-omnipay[2.0.0, ..., 2.1.1].
- craftcms/commerce-omnipay[2.1.0, ..., 2.1.0.1] require php-http/guzzle6-adapter ^1.1.1 -> satisfiable by php-http/guzzle6-adapter[v1.1.1].
- craftcms/commerce-omnipay 2.1.1 requires php-http/guzzle6-adapter ^1.1.1 || ^2.0 -> satisfiable by php-http/guzzle6-adapter[v1.1.1, v2.0.0, v2.0.1, v2.0.2].
- Root composer.json requires born05/craft-commerce-buckaroo ^1.3 -> satisfiable by born05/craft-commerce-buckaroo[1.3.0].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require born05/craft-commerce-buckaroo:*" to figure out if any version is installable, or "composer require born05/craft-commerce-buckaroo:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Any idea how to fix this? Currently told the client to use Mollie instead of Buckaroo
roelvanhintum commented
@maxpdesign thanks! I've just released 1.4.0-beta.1 with the updated requirements. As soon as it has passed tests on my end i'll release it as stable.