From 0f275351a70d680a237b1364bdf443dd3ed05c5c Mon Sep 17 00:00:00 2001 From: Oleg Zhulnev Date: Tue, 10 Oct 2023 10:17:54 +0300 Subject: [PATCH] add symfony/flex to allow-plugins --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 637bc97..c2514df 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,8 @@ "config": { "sort-packages": true, "allow-plugins": { - "phpstan/extension-installer": true + "phpstan/extension-installer": true, + "symfony/flex": true } }, "require": {