From 316e553ac1100e37370d9d147d29f3c1a97e44aa Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Sat, 2 May 2026 08:52:12 +0200 Subject: [PATCH] chore: disable Composer lock file --- math/composer.json | 3 ++- money/composer.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/math/composer.json b/math/composer.json index a833c02..8aa0007 100644 --- a/math/composer.json +++ b/math/composer.json @@ -22,7 +22,8 @@ "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true - } + }, + "lock": false }, "autoload": { "psr-4": { diff --git a/money/composer.json b/money/composer.json index 1dd6a94..dc4fc34 100644 --- a/money/composer.json +++ b/money/composer.json @@ -22,7 +22,8 @@ "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true - } + }, + "lock": false }, "autoload": { "psr-4": {