+1
I had the same problem when upgrading a site to D10.
My problem was that I had configuration that depended on obfuscate_email, so I couldn't uninstall rot13 without removing this configuration.
My solution has been to create a patch for obfuscate_email:1.3 that removes rot13 as a dependency, so you can uninstall it.
After that, I updated the module to the 2.x D10 compatible version and removed the patch from the composer.json file.
I am attaching the patch in case it helps anyone.
jlbellido β credited ignaciolflores β .
ignaciolflores β made their first commit to this issueβs fork.
Changes made don't affect tests on the project. I think that changes on MR28 can be reviewed.
It seems that on the once library has beed updated, the function has changed the signature.
ignaciolflores β made their first commit to this issueβs fork.