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

Command icon 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

ALexeyAL1 created an issue. See original summary.

alexeyal1’s picture

Assigned: alexeyal1 » Unassigned
alexeyal1’s picture

Или примените патч в текущую версию. Не могу обновиться до drupal 10

diff --git a/composer.json b/composer.json
index d172cae..090ee6c 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
     "require": {
         "vkcom/vk-php-sdk": "^5.80",
         "drupal/social_auth": "^3",
-        "drupal/core": "^8 || ^9"
+        "drupal/core": "^8 || ^9 || ^10"
     },
     "authors": [
         {
diff --git a/social_auth_vk.info.yml b/social_auth_vk.info.yml
index 40c3112..38f7481 100644
--- a/social_auth_vk.info.yml
+++ b/social_auth_vk.info.yml
@@ -2,8 +2,7 @@ name: Social Auth Vkontakte
 type: module
 description: 'Social Auth integration for Vkontakte.'
 package: Social
-core: 8.x
-core_version_requirement: ^8 || ^9
+core_version_requirement: ^8 || ^9 || ^10
 configure: social_auth_vk.settings_form
 dependencies:
   - social_auth:social_auth
davps’s picture

Title: SAV 4.0 » Make compatible version with Social Auth 4.x
Version: 3.0.0 » 4.x-dev

davps’s picture

Hi @ALexeyAL1. Fix from #3 released in 3.0.1.

  • davps committed 5f53bd5d on 4.x
    Issue #3364413 by davps, ALexeyAL1: Make compatible version with Social...
davps’s picture

Status: Active » Fixed
Issue tags: -social auth 4

Module's 4.x brach fully compatible with social auth 4.x

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.