Skip to content

Add feeds_ex

Joachim Valdemar Yde requested to merge jyde-v9.4-2-patch-44267 into v9.4-2

Adding feeds_ex directly to the composer install allows us to automatically install a set of subdependencies that several websites consuming feeds require (specifically, https://github.com/SoftCreatR/JSONPath, https://github.com/jmespath/jmespath.php, and https://github.com/technosophos/querypath will be installed). The alternative to this would be to manually install individual libraries and updating the local installation of the feeds_ex module to import correctly.

The module is compatible with PHP 8.1 and Drupal >= 9.4.x

Edited by Joachim Valdemar Yde

Merge request reports