From f731b4c5a6793404acb7e9f6dcfd9e8667bceee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Tue, 3 Oct 2023 10:49:14 +0200 Subject: [PATCH] Removed duplicated config section in composer.json (#51) --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index 71014824..4a1a6d67 100644 --- a/composer.json +++ b/composer.json @@ -69,11 +69,6 @@ "dev-main": "4.5.x-dev" } }, - "config": { - "allow-plugins": { - "*": false - } - }, "config": { "allow-plugins": false }