Problem/Motivation
Невозможно обновить social auth и social api до версии 4 из-за отсутствия поддержки в Social Auth Vkontakte 4 версии этих модулей.
Steps to reproduce
composer require 'drupal/social_api:^4.0' --with-all-dependencies
Proposed resolution
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/social_api ^4.0, found drupal/social_api[dev-4.0.x, 4.0.0-beta1, 4.0.0-beta2, 4.0.0, 4.0.x-dev] but these were not loaded, likely because it conflicts with another require.
Problem 2
- drupal/social_auth is locked to version 3.1.0 and an update of this package was not requested.
- drupal/social_auth 3.1.0 requires drupal/social_api ^3 -> found drupal/social_api[dev-3.x, 3.0.0-rc1, ..., 3.x-dev (alias of dev-3.x)] but it conflicts with your root composer.json require (^4.0).
Problem 3
- drupal/social_auth 3.1.0 requires drupal/social_api ^3 -> found drupal/social_api[dev-3.x, 3.0.0-rc1, ..., 3.x-dev (alias of dev-3.x)] but it conflicts with your root composer.json require (^4.0).
- drupal/social_auth_vk 3.0.0 requires drupal/social_auth ^3 -> satisfiable by drupal/social_auth[3.1.0].
- drupal/social_auth_vk is locked to version 3.0.0 and an update of this package was not requested.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork social_auth_vk-3364413
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
alexeyal1Comment #3
alexeyal1Или примените патч в текущую версию. Не могу обновиться до drupal 10
Comment #4
davps commentedComment #6
davps commentedHi @ALexeyAL1. Fix from #3 released in 3.0.1.
Comment #8
davps commentedModule's 4.x brach fully compatible with social auth 4.x