diff --git a/composer.json b/composer.json index 86b799d..b463511 100644 --- a/composer.json +++ b/composer.json @@ -39,5 +39,10 @@ }, "scripts": { "test": "vendor/bin/phpunit --coverage-text" + }, + "config": { + "allow-plugins": { + "rector/rector-installer": true + } } }