From 1bd569954ddddf8095ea66be02499a8be50280da Mon Sep 17 00:00:00 2001 From: thunder rumbles <85177135+thunderdw@users.noreply.github.com> Date: Mon, 24 Apr 2023 22:28:34 -0400 Subject: [PATCH] Allow helper plugin to be installed by composer v2 --- plugin/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/composer.json b/plugin/composer.json index 93ec316..f97b7e9 100644 --- a/plugin/composer.json +++ b/plugin/composer.json @@ -11,6 +11,6 @@ } ], "require": { - "composer/installers": "^1.0" + "composer/installers": "^1.0 || ^2.0" } }