From f68cae1c7d1b8b53b21fc5798dba0d52d46a24ad Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Tue, 23 Apr 2024 21:31:10 +0100 Subject: [PATCH] Composer: avoid writing a lock file --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 368ad5c..1cc902a 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,8 @@ "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true - } + }, + "lock": false }, "require" : { "phpcompatibility/php-compatibility" : "^9.0"