Support for omnipay/common

hey guys I have a situation here where I could use some advice figuring out…I’m use to using composer but when it comes to package incompatibility issues I get a bit confused as to resolving them I am trying to install a payment gateway I developed and I get the following when trying to install it via composer

remote: Problem 1 remote: - Conclusion: remove omnipay/common 2.5.2 remote: - Conclusion: don't install omnipay/common 2.5.2 remote: - Conclusion: don't install omnipay/common v2.5.1 remote: - Conclusion: don't install omnipay/common v2.5.0 remote: - Conclusion: don't install omnipay/common v2.4.1 remote: - Conclusion: don't install omnipay/common 2.4.0 remote: - Conclusion: don't install omnipay/common v2.3.4 remote: - Conclusion: don't install omnipay/common v2.3.3 remote: - Conclusion: don't install omnipay/common 2.3.2 remote: - Conclusion: don't install omnipay/common v2.3.1 remote: - Installation request for invoiceninja/omnipay-collection ^0.9.0 -> satisfiable by invoiceninja/omnipay-collection[v0.9]. remote: - Conclusion: don't install omnipay/common 2.5.x-dev remote: - collizo4sky/omnipay-wepay dev-address-fix requires omnipay/common ~2.3 -> satisfiable by omnipay/common[2.5.2, 2.3.2, 2.4.0, 2.5.x-dev, v2.3.0, v2.3.1, v2.3.3, v2.3.4, v2.4.1, v2.5.0, v2.5.1]. remote: - collizo4sky/omnipay-wepay dev-address-fix requires omnipay/common ~2.3 -> satisfiable by omnipay/common[2.5.2, 2.3.2, 2.4.0, 2.5.x-dev, v2.3.0, v2.3.1, v2.3.3, v2.3.4, v2.4.1, v2.5.0, v2.5.1]. remote: - Conclusion: don't install omnipay/common v2.3.0 remote: - Installation request for collizo4sky/omnipay-wepay dev-address-fix -> satisfiable by collizo4sky/omnipay-wepay[dev-address-fix]. remote:

what is it trying to tell me here?
my package has the following requirements

"require": {
    "php": ">=5.4.0",
    "omnipay/common": "~2.0"
  },

is it that the overall application cannot support the dep “omnipay/common > 2.3.0” ?

Hello,

I have the same issue. Except I’m not trying to add anything related to payment. I downloaded the files and uploaded them and made the installation without composer.

I then try to add support for amazon ses by adding “aws/aws-sdk-php”: “~3.0” but when I run “composer update”, I get the same error as the previous poster. (or almost, see below)

I’m running oh debian 10, php 7.3, latest version of invoice ninja (4.5.9).


  Problem 1
    - Conclusion: remove omnipay/common 2.5.2
    - Conclusion: don't install omnipay/common 2.5.2
    - Conclusion: don't install omnipay/common v2.5.1
    - Conclusion: don't install omnipay/common v2.5.0
    - Conclusion: don't install omnipay/common v2.4.1
    - Conclusion: don't install omnipay/common 2.4.0
    - Conclusion: don't install omnipay/common v2.3.4
    - Conclusion: don't install omnipay/common v2.3.3
    - Conclusion: don't install omnipay/common 2.3.2
    - Conclusion: don't install omnipay/common v2.3.1
    - Conclusion: remove collizo4sky/omnipay-wepay dev-address-fix
    - Installation request for collizo4sky/omnipay-wepay dev-address-fix -> satisfiable by collizo4sky/omnipay-wepay[dev-address-fix].
    - Conclusion: don't install omnipay/common 2.5.x-dev|remove invoiceninja/omnipay-collection v0.10
    - Conclusion: don't install invoiceninja/omnipay-collection v0.10|don't install omnipay/common 2.5.x-dev
    - collizo4sky/omnipay-wepay dev-address-fix requires omnipay/common ~2.3 -> satisfiable by omnipay/common[2.5.2, 2.3.2, 2.4.0, 2.5.x-dev, v2.3.0, v2.3.1, v2.3.3, v2.3.4, v2.4.1, v2.5.0, v2.5.1].
    - Conclusion: don't install omnipay/common v2.3.0
    - Installation request for invoiceninja/omnipay-collection ^0.10.0 -> satisfiable by invoiceninja/omnipay-collection[v0.10].