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.