diff --git a/composer.json b/composer.json index ee085ff9..9849e8d3 100644 --- a/composer.json +++ b/composer.json @@ -33,5 +33,10 @@ "scripts": { "test": "./tests/run-tests.sh", "check-types": "./vendor/bin/psalm" + }, + "config": { + "allow-plugins": { + "composer/installers": true + } } }