Problem/Motivation

As a maintainer of this module, one might want to add requirements or suggestions to users via composer.json as described in Adding a composer.json file.

Proposed resolution

Add composer.json.

Remaining tasks

Add composer.json.

User interface changes

None

API changes

None

Data model changes

None

Release notes snippet

Added composer.json.

Comments

froboy created an issue. See original summary.

thejimbirch’s picture

Status: Active » Needs review
StatusFileSize
new2.68 KB

Attached is a patch that adds a composer.json file to the main and two current submodules.

Also fixes a dependency namespace typo in the bp_webform module.

  • thejimbirch committed daaed57 on 8.x-2.x
    Issue #3044398 by thejimbirch, froboy: Add composer.json
    
thejimbirch’s picture

Status: Needs review » Fixed

Updated the namespacing on the require section and pushed. This is fixed in dev.

platinum1’s picture

I think this change results in the following error:

[warning] Invalid json in modules/contrib/bootstrap_paragraphs/composer.json

when running drush updb

platinum1’s picture

Status: Fixed » Needs work

  • thejimbirch committed 5fb8084 on 8.x-2.x
    Issue #3044398 by thejimbirch, froboy: Add composer.json
    
thejimbirch’s picture

Status: Needs work » Fixed

Updated the composer files, had an errant comma.

Status: Fixed » Closed (fixed)

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