composer-patches icon indicating copy to clipboard operation
composer-patches copied to clipboard

I could not get this to work with D9.0.1 and block_visibility_groups

Open jimrome opened this issue 5 years ago • 1 comments
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!

jimrome avatar Jul 04 '20 15:07 jimrome

Not sure what the issue is. How is it failing? Have you tried running it with -vvv to get verbose output?

cweagans avatar Jul 04 '20 21:07 cweagans