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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3105277-4.patch | 277 bytes | akashkumar07 |
Comments
Comment #2
knyshuk.vova commentedTagging for Drupal Global Contribution Weekend
Comment #3
akashkumar07 commentedComment #4
akashkumar07 commentedRequired 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
Comment #5
andyposthttps://git.drupalcode.org/project/cleantaxonomy/blob/master/cleantaxono...
Comment #6
gaurav.kapoor commented@AkashkumarOSL update the composer.json as well as info.yml of the module.
Comment #7
gaurav.kapoor commented