Problem/Motivation
The module does not contain a composer.json file.
Steps to reproduce
1. Run: composer require 'drupal/eps:^1.1'
2. Inspect the drupal/eps entry in composer.lock.
3. Notice that drupal/webform is listed under require-dev, not require.
Proposed resolution
Add a composer.json file containing:
- Package name: drupal/eps
- Package type: drupal-module
- License: GPL-2.0-or-later
- Supported Drupal core versions
- drupal/webform as a runtime requirement
Issue fork eps-3600772
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
dkmishra commentedComment #5
gilles_webstanz commentedComment #7
gilles_webstanz commentedThank you @dkmishra !