leonardjke / omnipay-qiwi

MIT License
0 stars 1 forks source link

Error leonardjke/omnipay-qiwi[0.1, ..., 0.2] require omnipay/common v3.0-alpha.2 -> found omnipay/common[v3.0-alpha.2] but it does not match your minimum-stability #1

Closed iyamk closed 1 year ago

iyamk commented 1 year ago

Why is everything broken?

./composer.json has been updated
Running composer update league/omnipay leonardjke/omnipay-qiwi
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - leonardjke/omnipay-qiwi[0.1, ..., 0.2] require omnipay/common v3.0-alpha.2 -> found omnipay/common[v3.0-alpha.2] but it does not match your minimum-stability.
    - leonardjke/omnipay-qiwi[0.3, ..., 0.4] require omnipay/common v3.0.5 -> found omnipay/common[v3.0.5] but the package is fixed to v3.2.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.
    - leonardjke/omnipay-qiwi[0.5, ..., 0.6] require omnipay/common v3.1.2 -> found omnipay/common[v3.1.2] but the package is fixed to v3.2.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.
    - Root composer.json requires leonardjke/omnipay-qiwi * -> satisfiable by leonardjke/omnipay-qiwi[0.1, ..., 0.6].

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 league/omnipay:*" to figure out if any version is installable, or "composer require league/omnipay:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
leonardjke commented 1 year ago

Hi, can you give me some additional information about your current php version. I see that it is necessary to update omnipay/common. Maybe you have already installed a omnipay/common and your version is lower that in this project

leonardjke commented 1 year ago

Not enough details. I created a pull request for updating the version of omnipay/common library and set requirement php 7.2 and 8.*. Close

leonardjke commented 1 year ago

It works

image