Problem/Motivation
We have an inconsistency in composer.json and inline_entity_form.info.yml
inline_entity_form.info.yml requires core_version_requirement: ^8.8 || ^9 (See: https://git.drupalcode.org/project/inline_entity_form/-/blob/8.x-1.x/inl...)
composer.json requires "drupal/core": "^8.7.7 || ^9" (See: https://git.drupalcode.org/project/inline_entity_form/-/blob/8.x-1.x/com...)
Proposed resolution
Require "drupal/core": "^8.8 || ^9" in composer.json
Remaining tasks
Write Patch
Review
Commit
Issue fork inline_entity_form-3190705
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 #3
spokjeComment #4
geek-merlinYup!
Comment #5
geek-merlinComment #6
geek-merlin