When trying to install this module using composer, it download 1.1.0 version but not 1.1.1

The latest MR changed the charts module req version to a version that still doesn't exists:

diff --git a/composer.json b/composer.json
index e4d087cf381d9ccac41fb7a9d9a1632b179f02a4..6017dd455582b55385463a5502a857abb7cdf7a5 100644
--- a/composer.json
+++ b/composer.json
@@ -18,6 +18,6 @@
   },
   "license": "GPL-2.0-or-later",
   "require": {
-      "drupal/charts": "^5.0.3"
+      "drupal/charts": "^5.1.6"
   }
 }

To fix this, just change the version to 5.1.3

CommentFileSizeAuthor
#2 3513769.patch261 bytesjrochate
Command icon 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:

Comments

jrochate created an issue. See original summary.

jrochate’s picture

Status: Active » Needs review
StatusFileSize
new261 bytes

andileco made their first commit to this issue’s fork.

  • andileco committed 808d9e6e on 1.0.x
    Issue #3513769 by jrochate: Composer requirements on modules charts is...
andileco’s picture

Status: Needs review » Fixed

Thanks for catching that...not sure why that happened.

Status: Fixed » Closed (fixed)

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