Skip to content

Commit

Permalink
Ignore dev patch included in Open Social 10
Browse files Browse the repository at this point in the history
Open Social 10 contains a patch for one of our dev dependencies that is
actually outdated.

Unfortunately we must ignore in our `test/` composer.json and can't do
this in our _dev package itself as per
cweagans/composer-patches#112 so it's only a
fix for our own CI and Open Social will have to fix its own stuff in not
patching dev dependencies (but updating this package instead).
  • Loading branch information
Kingdutch committed Dec 13, 2022
1 parent 08bd334 commit b4e8545
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/composer.json
Expand Up @@ -68,6 +68,13 @@
"type:drupal-drush"
]
},
"enable-patching": true
"enable-patching": true,
"patches-ignore": {
"goalgorilla/open_social": {
"instaclick/php-webdriver": {
"Curl_exec errors on behat (1.4.10)": "https://www.drupal.org/files/issues/2021-10-17/social-instaclick-webdriver-3226058-8.patch"
}
}
}
}
}

0 comments on commit b4e8545

Please sign in to comment.