- Issue created by @smustgrave
- Status changed to Needs review2 months ago 7:20pm 29 August 2025
- πΊπΈUnited States wolffereastIt looks like the feed.bridge.reader service used in the field validator was deprecated in 9, this was working at some point so I'm not sure when it was fully removed, but it is not referenced in 10.3.14 which I'm currently on. 
 https://www.drupal.org/node/3258656 β
 The module has the Laminas requirement in composer recommended in the deprecation notice but doesn't appear to redeclare the service. I put a quick patch together to see if it would work out and this appears to fix the issue. I renamed the service slightly to avoid confusion with the old service. I can add a merge request if this is going the correct direction.