From 6877f882d5f0981a601e392f62d9be63aeb689a7 Mon Sep 17 00:00:00 2001 From: rotimi Date: Sat, 11 May 2024 03:14:54 -0600 Subject: [PATCH] Github action tweak --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) 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 + } } }