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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3513769.patch | 261 bytes | jrochate |
Issue fork charts_highcharts_drilldown-3513769
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
Comment #2
jrochate commentedComment #6
andileco commentedThanks for catching that...not sure why that happened.