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
Comment #3
gappleThanks opening this issue :)
Changing the require to
^1.0 || ^2.0would have worked, but might as well make use of the new things in 2.0