- Issue created by @pooja_sharma
when I try to download latest version 3.0.0 with following command:
composer require 'drupal/charts_field_formatter:^3.0'
Execute following command:
composer require 'drupal/charts_field_formatter:^3.0'
Getting error:
https://packages.drupal.org/8 could not be fully loaded (curl error 3 while downloading https://packages.drupal.org/files/packages/8/p2/drupal/charts_highcharts ^3.x.json: URL using bad/illegal format or missing URL), package information was loaded from the local cache and may be out of date
In CurlDownloader.php line 370:
curl error 3 while downloading https://packages.drupal.org/files/packages/8
/p2/drupal/charts_highcharts ^3.x.json: URL using bad/illegal format or mis
sing URL
In the charts_field_formatter.info.yml , mentioned version of dependent module: charts:charts_highcharts ^3.x, which is not found-able. either need to remove this version (as done for 2.0) or need to make it found-able
Active
3.0
Code