Problem/Motivation

Can't install module via composer if the 'permissionspolicy' module has already been installed as there is a version clash on 'gapple/structured-fields'. Specifically 'permissionspolicy' pulls in v2 of 'gapple/structured-fields' and this module requires v1.

Steps to reproduce

1) install the 'permissionspolicy' via composer
2) attempt to install this module via composer

Proposed resolution

update the 'require' field in composer.json?

Comments

kmv created an issue. See original summary.

  • gapple committed 9c8d9832 on 2.0.x
    Issue #3360117: Update Structured Fields library
    
gapple’s picture

Status: Active » Fixed

Thanks opening this issue :)

Changing the require to ^1.0 || ^2.0 would have worked, but might as well make use of the new things in 2.0

Status: Fixed » Closed (fixed)

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