Looks like the module has no deprecated code usages, so we just need to mark it as compatible with D9.

So, add core_version_requirement: ^8 || ^9 to info.yml file, and also add the composer.json definition per https://www.drupal.org/node/3070687.

CommentFileSizeAuthor
#4 3105277-4.patch277 bytesakashkumar07

Comments

anmolgoyal74 created an issue. See original summary.

knyshuk.vova’s picture

Issue tags: +LutskGCW20

Tagging for Drupal Global Contribution Weekend

akashkumar07’s picture

Assigned: Unassigned » akashkumar07
akashkumar07’s picture

Status: Active » Needs review
StatusFileSize
new277 bytes

Required changes to solve issue, is already present in 8.x-1.x-dev.
I just updated "drupal/core": "^8.7|^9.0" with "drupal/core": "^8.7.7 || ^9".
Because single pipe logical OR operator is deprecated in composer.json (|).

Thanks

andypost’s picture

gaurav.kapoor’s picture

@AkashkumarOSL update the composer.json as well as info.yml of the module.

gaurav.kapoor’s picture

Status: Needs work » Closed (duplicate)