OpenID-Connect-PHP icon indicating copy to clipboard operation
OpenID-Connect-PHP copied to clipboard

Magento 2.4.4 is not compatible with latest release 0.9.5

Open MyroslavDobra opened this issue 2 years ago • 2 comments

jumbojett/openid-connect-php v0.9.5 not compatible with latest Magento 2.4.4. Master branch is compatible but not latest release brunch because of this requirement

 "require": {
...
        "phpseclib/phpseclib" : "~2.0",
...
}

composer update says

- Root composer.json requires jumbojett/openid-connect-php ^0.9.5 -> satisfiable by jumbojett/openid-connect-php[v0.9.5].
    - jumbojett/openid-connect-php v0.9.5 requires phpseclib/phpseclib ~2.0 -> satisfiable by phpseclib/phpseclib[2.0.0, ..., 2.0.37].
    - You can only install one version of a package, so only one of these can be installed: phpseclib/phpseclib[2.0.8, ..., 2.0.37, 3.0.0, ..., 3.0.14].
    - magento/product-enterprise-edition 2.4.4 requires phpseclib/phpseclib ~3.0.9 -> satisfiable by phpseclib/phpseclib[3.0.9, ..., 3.0.14].
    - Root composer.json requires magento/product-enterprise-edition 2.4.4 -> satisfiable by magento/product-enterprise-edition[2.4.4].

MyroslavDobra avatar May 02 '22 07:05 MyroslavDobra

once we do a new release this will be fixed

DeepDiver1975 avatar May 02 '22 14:05 DeepDiver1975

I just released v0.9.6. @MyroslavDobra does it solve your issue?

azmeuk avatar May 08 '22 13:05 azmeuk