You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem updating a drupal website to latest version (9.2.x) due to the fixed version of some of this package dependency :
Problem 1
- Root composer.json requires drupal/core-recommended 9.2.4 -> satisfiable by drupal/core-recommended[9.2.4].
- You can only install one version of a package, so only one of these can be installed: guzzlehttp/psr7[dev-master, 1.0.0, ..., 1.x-dev, 2.0.0-beta1, 2.0.0-rc1, 2.0.0].
- okta/sdk 1.3.0 requires guzzlehttp/psr7 1.7.0 -> satisfiable by guzzlehttp/psr7[1.7.0].
- drupal/core-recommended 9.2.4 requires guzzlehttp/psr7 1.8.2 -> satisfiable by guzzlehttp/psr7[1.8.2].
- okta/sdk is locked to version 1.3.0 and an update of this package was not requested.
Hello,
I have a problem updating a drupal website to latest version (9.2.x) due to the fixed version of some of this package dependency :
I see that your last commit should fix it.
Do you know when the release will be done ? It prevents us to apply critical security update.
Thank you