OpenID-Connect-PHP
OpenID-Connect-PHP copied to clipboard
Magento 2.4.4 is not compatible with latest release 0.9.5
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].
once we do a new release this will be fixed
I just released v0.9.6. @MyroslavDobra does it solve your issue?