Skip to content

Commit

Permalink
disable vaimo patch detector for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danslo committed May 1, 2023
1 parent 7267c60 commit 750244b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PatchDetector.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
class PatchDetector
{
private const PATCH_PLUGIN_HANDLERS = [
'vaimo/composer-patches' => Vaimo::class,
// Disabled pending: https://github.com/vaimo/composer-patches/pull/108
// 'vaimo/composer-patches' => Vaimo::class,
'cweagans/composer-patches' => Cweagans::class,
];

Expand Down

0 comments on commit 750244b

Please sign in to comment.