- 🇺🇸United States mortona2k Seattle
I'm starting to see dependencies for phpspreadsheet ^2.1. https://www.drupal.org/project/complete_webform_exporter →
A bunch of modules, like this one are depending on 1 and preventing install of newer modules.
Issue is posted on github:
Incorrect evaluating Named Ranges
https://github.com/PHPOffice/PhpSpreadsheet/issues/2826
"composer update" will always try to update to the latest version of phpspreadsheet library because of this line:
"phpoffice/phpspreadsheet": "~1"
in phpspreadsheet's drupal module "composer.json" file.
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm starting to see dependencies for phpspreadsheet ^2.1. https://www.drupal.org/project/complete_webform_exporter →
A bunch of modules, like this one are depending on 1 and preventing install of newer modules.