Skip to content

Commit 750244b

Browse files
committed
disable vaimo patch detector for now
1 parent 7267c60 commit 750244b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PatchDetector.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
class PatchDetector
1212
{
1313
private const PATCH_PLUGIN_HANDLERS = [
14-
'vaimo/composer-patches' => Vaimo::class,
14+
// Disabled pending: https://github.com/vaimo/composer-patches/pull/108
15+
// 'vaimo/composer-patches' => Vaimo::class,
1516
'cweagans/composer-patches' => Cweagans::class,
1617
];
1718

0 commit comments

Comments
 (0)