From 6a4e4564837d6717a9102b8f8c84bbe1ed625c54 Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Tue, 23 Apr 2024 21:31:26 +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 5ba3285..de2b130 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,8 @@ "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true - } + }, + "lock": false }, "require" : { "phpcompatibility/php-compatibility" : "^9.0",