As part of making this module ready for Drupal 9, we should add a missing core_version_requirement key to the module info file.
see https://www.drupal.org/node/3070687

CommentFileSizeAuthor
#2 3127439-2.patch681 bytessahana _n

Comments

Sahana _N created an issue. See original summary.

sahana _n’s picture

Status: Active » Needs review
StatusFileSize
new681 bytes

Please review the patch.

  • AjitS committed 2a74823 on 8.x-1.x authored by Sahana _N
    Issue #3127439 by Sahana _N: Add the 'core_version_requirement' key in...
ajits’s picture

Issue tags: +DIACWApril2020

Committed with a small change.

+++ b/composer.json
@@ -3,5 +3,8 @@
+  "license": "GPL-2.0+",
+  "require": {
+    "drupal/core": "^8 || ^9"
+}

This is not required for a module to be made compatible with Drupal 9. Thank you for the patch.

ajits’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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