composer-patches
composer-patches copied to clipboard
I could not get this to work with D9.0.1 and block_visibility_groups
trafficstars
My composer.patches.json file is:
{
"patches": {
"drupal/pathologic": {
"depreacted_code-3070355-16.patch": "https://www.drupal.org/files/issues/2020-05-06/depreacted_code-3070355-16.patch"
},
"drupal/block_visibility_groups": {
"block_visibility_groups-d9-compatibility-3131294-16.patch": "https://www.drupal.org/files/issues/2020-06-10/block_visibility_groups-d9-compatibility-3131294-16.patch"
}
}
}
With Drupal 9, many mudules have patches, but have not applied them to the releases, alas. How do I proceed? Thanks!
Not sure what the issue is. How is it failing? Have you tried running it with -vvv to get verbose output?