From d251eb8cb853c7b4c58e30f896af7b42386379ea Mon Sep 17 00:00:00 2001 From: Robert O'Rourke Date: Wed, 2 Sep 2026 11:21:07 +0100 Subject: [PATCH] Allow composer/installers v2 The constraint is only used by consuming projects that install this plugin via Composer; the plugin itself has no code dependency on the installer's API. Widening to ^1 || ^2 keeps installs working as installers v1 is deprecated and hosting ecosystems move to v2. Co-authored-by: CommandCodeBot --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index afec5a4..b0d06cb 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "composer/installers": "~1.0", + "composer/installers": "^1 || ^2", "php": ">=7.4" }, "require-dev": {