From cdb4b935c79e115267385adb4047ac696d0131b9 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 15 Feb 2023 15:09:33 +0100 Subject: [PATCH] Allow pest-plugin --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1e9aa0d..136841d 100644 --- a/composer.json +++ b/composer.json @@ -41,5 +41,10 @@ } }, "minimum-stability": "dev", - "prefer-stable": true + "prefer-stable": true, + "config": { + "allow-plugins": { + "pestphp/pest-plugin": true + } + } }