diff --git a/composer.json b/composer.json index d0253376d..99bb11a5f 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,10 @@ "platform": { "php": "8.0.2" }, - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "bamarni/composer-bin-plugin": true + } }, "scripts": { "lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",