Issue with masquerade module versions later than 2.0.0-rc4

Created on 24 July 2025, 4 days ago

Problem/Motivation

Updated all based on this issue suggested resolution
https://www.drupal.org/project/masquerade_log/issues/3502075#comment-162... ✨ Support masquerade module versions later than 2.0.0-rc4 Active
Cleared cache multiple times and still getting error

Steps to reproduce

"drupal/masquerade": "2.0-rc5", (tried latest version as well)
"drupal/masquerade_log": "^2.0",
In Status report see this error:
Masquerade (Version >2.0-rc4 required)
Masquerade Log requires this module and version. Currently using Masquerade version

Please recommend what else I can try to have it fixed. Thanks.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States vlyalko

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @vlyalko
  • πŸ‡ΊπŸ‡ΈUnited States trackleft2 Tucson, AZ πŸ‡ΊπŸ‡Έ

    Hi @vlyalko, how are you attempting to update.

    We've been using the 2.0.0 version with masquerade 2.0 for quite some time now.

            "drupal/masquerade": "2.0.0",
            "drupal/masquerade_log": "2.0.0",
    

    Could your issue be that you are updating the composer.json file by hand without deleting the composer.lock file after?

    Have you tried
    composer require 'drupal/masquerade_log:^2.0' --with-all-dependencies
    Or

    composer require 'drupal/masquerade:^2.0' --with-all-dependencies
    
  • πŸ‡ΊπŸ‡ΈUnited States vlyalko

    Thank you, trackleft2, I tried all possible variations. But i have tried again what you have recommended above. composer.json has

    "drupal/masquerade": "2.0.0",
    "drupal/masquerade_log": "2.0.0",
    

    And composer.lock updated accordingly. Still have
    Unresolved dependency
    Masquerade (Version >2.0-rc4 required)
    Masquerade Log requires this module and version. Currently using Masquerade version

Production build 0.71.5 2024