From 0a025df96678643be7daf405577be6692b8a15f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Wed, 20 Sep 2023 06:33:21 +0200 Subject: [PATCH 1/2] Removed duplicated config section in composer.json --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 71014824..6fb74936 100644 --- a/composer.json +++ b/composer.json @@ -73,8 +73,5 @@ "allow-plugins": { "*": false } - }, - "config": { - "allow-plugins": false } } From 74664e98eeeaf919295702231017a08dffb4f8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Mon, 2 Oct 2023 09:49:55 +0200 Subject: [PATCH 2/2] fixup! Removed duplicated config section in composer.json --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6fb74936..4a1a6d67 100644 --- a/composer.json +++ b/composer.json @@ -70,8 +70,6 @@ } }, "config": { - "allow-plugins": { - "*": false - } + "allow-plugins": false } }