From cec29820d71c9577061b7b243b7a47cdc40cbd9e Mon Sep 17 00:00:00 2001 From: ardent Date: Thu, 12 May 2022 17:33:35 +0200 Subject: [PATCH] Allow script execution by symfony in composer.json --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6ac3e45..2d7aa54 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,11 @@ "preferred-install": { "*": "dist" }, - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "symfony/flex": true, + "symfony/runtime": true + } }, "autoload": { "psr-4": {