Problem/Motivation
Dependency of facets version >=8.x-1.5 prevents updating facets module to v2
Proposed resolution
Remove the version requirement - at least to test the upgrade
Remaining tasks
Add patch and test all is well
| Comment | File | Size | Author |
|---|---|---|---|
| facets-requirement.patch | 321 bytes | lazysoundsystem |
Comments
Comment #2
lazysoundsystem commentedNote that this is tricky to test using composer install - the patch attached won't apply as it's missing the following lines:
and using cweagans/composer-patches helper tries to update dependencies before adding patches, so composer gives up before recognizing the changed requirements:
Comment #4
attiks commented