From bcec0663d00972d5b20fe36512c83b3270de119c Mon Sep 17 00:00:00 2001 From: Adam Fentosi Date: Wed, 12 Jan 2022 10:33:42 +0100 Subject: [PATCH] AT-2952: allow packagist publisher --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e530b9d..0592202 100644 --- a/composer.json +++ b/composer.json @@ -35,5 +35,10 @@ }, "license": [ "MIT" - ] + ], + "config": { + "allow-plugins": { + "fqqdk/packagist-publisher": true + } + } }