Problem 1
- dilab/omnipay-ipay88[2.0.0, ..., 2.0.1] require omnipay/common 3.0-beta.1 -> found omnipay/common[v3.0-beta.1] but it does not match your minimum-stability.
- Root composer.json requires dilab/omnipay-ipay88 ~2.0.0 -> satisfiable by dilab/omnipay-ipay88[2.0.0, 2.0.1].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades, and removals for packages currently locked to specific versions.
Composer is new to me so I might do something wrong in installing.
I tried to add the below code in my composer.json file, and then I used the "composer update" command but the same error still occurs. I really need help, I am also quite new to stack overflow. Sorry if my question is not clear enough.
"require": {"dilab/omnipay-ipay88": "~2.0"}
This is the Github link I am trying to install https://github.com/dilab/omnipay-ipay88