Problem/Motivation
In #3591707: Error when applying to Drupal 11.4 we change the Drupal core version requirement to `^11.4`. While the change away from `text_with_summary` as the field type for body field was made to accommodate a change introduced in 11.4, the updated `text_long` field type has a much longer provenance, so the newer version requirement is uncalled for.
Proposed resolution
Revert the version string. `^10.4 || ^11.1` would be a good, updated version.
Issue fork events-3606672
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 #4
mandclu commented