From 5df76a78571bfc366be2943c6034e9294a43b11e Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 30 Dec 2021 22:03:39 +0000 Subject: [PATCH] Switch to composer snapshots to try v2.2 --- 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 28cbde0e..ef4e6876 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 2.1.14" + "command": "composer self-update --snapshot" } }, "test": "composer list",