From a7404d0f61f74ecd3d9442469880cc8f8b1979f7 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 30 Dec 2021 18:10:22 +0000 Subject: [PATCH] Lock to composer 2.1.14 for now Until there is support in composer-bin-plugin for https://github.com/composer/composer/pull/10402 --- resources/pre-installation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/pre-installation.json b/resources/pre-installation.json index 54172650..28cbde0e 100644 --- a/resources/pre-installation.json +++ b/resources/pre-installation.json @@ -6,7 +6,7 @@ "website": "https://getcomposer.org/", "command": { "sh": { - "command": "composer self-update" + "command": "composer self-update 2.1.14" } }, "test": "composer list",