Hi,
this issue should be fixed by version 4.0.1 of gravitypdf/querypath (https://github.com/GravityPDF/querypath/issues/52). Updating the module composer.json could help close the issue. Thanks.
Hello,
I've opened an issue on gravitypdf/querypath repo (https://github.com/GravityPDF/querypath/issues/52) to ask if they could help avoiding conflicts with querypath/querypath and they have very kindly agreed to update qp_functions.php.
In order to test this I've created an issue fork (https://git.drupalcode.org/issue/feeds_ex-3299193/-/commit/e6ce9779b00f6...) with composer.json updated from "gravitypdf/querypath": "^3.0 || ^4.0" to "gravitypdf/querypath": "main-dev" then on a local ddev D10 I've added this code to the root composer.json
"repositories": [
{
"type": "package",
"package": {
"name": "drupal/feeds_ex",
"version": "1.0-beta",
"type": "drupal-module",
"source": {
"url": "https://git.drupalcode.org/issue/feeds_ex-3299193.git",
"type": "git",
"reference": "e6ce9779b00f6b24b097d5426d191afaec2c06c2"
}
}
},
when I run composer update the forked version of feeds_ex is installed but no dependencies are installed.
Can someone give any hint on how to troubleshoot this or try this forked version togheter with amp module to test is it fixes the conflict?
thank you.
Hello and thank you for working on this patch, I'm trying to upgrade a site with a lot of feeds importers from D7 to D11. In order to install this patch I have added the following code to the "extrs" section of the root composer.json
"patches": {
"drupal/feeds": {
"Import feeds during migration": "https://www.drupal.org/files/issues/2018-10-24/feeds-d7-migrate-3008991-2.patch"
}
},
and also changed feeds version to "^3.x-dev" but composer update doesn't seems to apply any patch, just upgrade feeds to dev version. I'me tried to search but couldn't find anything usefull.
Any hint on how to test this patch on a local D11 site (DDEV on wsl) is much appreciated.
thanks.
Hi.
is there a way to force lullabot dependency to gravitypdf/querypath instead of querypath/querypath with composer?
Thank you and regards.