Problem/Motivation

Currently, ief_popup does not have a composer.json file and requiring it without inline_entity_form will lead to roadblocks. Following the footsteps of other IEF modules that augment inline_entity_form, they each have a composer.json file to allow for easy install. Let's do the same.

Issue fork ief_popup-3480238

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

chrisck created an issue. See original summary.

chrisck’s picture

As recommended by an active issue (https://www.drupal.org/project/inline_entity_form/issues/3407711) we will only require ^1 and ^3 release branches.

  "require": {
    "drupal/inline_entity_form": "^1 || ^3"
  }

chrisck’s picture

Assigned: chrisck » Unassigned
Status: Active » Needs review

  • chrisck committed b977f88d on 2.2.x
    Issue #3480238 by chrisck: Add inline_entity_form dependency to composer...
chrisck’s picture

Status: Needs review » Fixed
chrisck’s picture

Status: Fixed » Closed (fixed)

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