Problem/Motivation
This requirement is different from this one.
This means that when using Drupal 10.1, Composer will allow requiring masquerade 2.0.0 although it does not in fact work with Drupal 10.1.
Steps to reproduce
composer require drupal/core:^10.1
composer require drupal/masquerade # This will install 2.0.0 but this version is not compatible
Proposed resolution
You don't need to explicitly require drupal/core in your composer.json file, drupal.org will add automatically to the Composer package (based on core_version_requirement).
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Screenshot from 2025-08-17 02-23-48.png | 24.84 KB | anurag_nagar |
Issue fork masquerade-3470732
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:
- 3470732-wrong-core-dependency
changes, plain diff MR !15
Comments
Comment #3
prudloff commentedComment #4
anurag_nagar commented@prudloff , I faced the same issue and attached the screenshot for more detail regarding issue.
I have verified the MR https://git.drupalcode.org/project/masquerade/-/merge_requests/15 and these small version change seems to be working fine.
Comment #5
anurag_nagar commentedIssue Status Updated.
Comment #7
andypostThank you, merged
Comment #9
andypostSomehow now 2 jobs fails in pipeline https://git.drupalcode.org/project/masquerade/-/pipelines/575664
Comment #11
volegerUpgrade status is expected to fail as it expects next major version compatibility, which is not declared in the info file.