Problem/Motivation
In Drupal 10.1 the egulias/email-validator extension has been updated to use the new 4.0.1, but this module still is dependant on (^3), this makes the sites unable to update to the latest version for Drupal.
Steps to reproduce
Install a D10 site, with the evac module.
Update the site to D10.1
Proposed resolution
Update the dependancy to support both 3.x and 4.x
Remaining tasks
Write a patch
review the patch
merge the changes
User interface changes
none
API changes
t.b.d.
Data model changes
t.b.d.
Issue fork evac-3375006
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
andreasderijcke@arantxio Ah, I just stumbled on it too and was going to create a ticket when I saw yours.
Are you working on it? Otherwise I'll finish it right now.
Comment #3
andreasderijckeComment #6
andreasderijckeComment #7
andreasderijckeComment #8
andreasderijckeFix released as 1.0.4.
Comment #9
arantxio@andreasderijcke thanks for the update, I wanted to work on it as well, but did not have the time yet to do so.
Again thanks a lot this will help with our updates.