From 895066e60258abd955a95f4a325a8d2cc55317a8 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Fri, 1 Oct 2021 22:46:08 +0200 Subject: [PATCH] Fix the composer.json (#1598) --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d2deab7b..aecc40f3 100644 --- a/composer.json +++ b/composer.json @@ -54,5 +54,7 @@ "test": "vendor/bin/phpunit", "phpstan": "vendor/bin/phpstan analyse" }, - "lock": false + "config": { + "lock": false + } }