From 2f3d4b99539e2965b3a344fb4d2e2fd3265bf059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 22 Jul 2022 19:48:56 +0200 Subject: [PATCH] Allow pest plugin --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3143175a..68f621bb 100644 --- a/composer.json +++ b/composer.json @@ -61,5 +61,10 @@ "test": "PHP_VERSION=8.0.11 ./test" }, "minimum-stability": "dev", - "prefer-stable": true + "prefer-stable": true, + "config": { + "allow-plugins": { + "pestphp/pest-plugin": true + } + } }