From dff681fa3aaf0fcf303687fbfa7541d02ec33025 Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Tue, 23 Apr 2024 21:30:31 +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 691f483..ad2abfe 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",