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

Command icon 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

Spokje created an issue. See original summary.

spokje’s picture

Assigned: spokje » Unassigned
Status: Active » Needs review
geek-merlin’s picture

Status: Needs review » Reviewed & tested by the community

Yup!

geek-merlin’s picture

geek-merlin’s picture

Status: Reviewed & tested by the community » Fixed

  • geek-merlin committed 621816b on 8.x-1.x authored by Spokje
    Issue #3190705 by Spokje, geek-merlin: Inconsistency in composer.json...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.