From 40c95864b8cb507410f6b5ef6aeb5e8b80c772ce Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 15 Feb 2023 14:12:50 +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 8699de0..61be304 100644 --- a/composer.json +++ b/composer.json @@ -28,5 +28,10 @@ "pestphp/pest-plugin-laravel": "^1.0|^2.0" }, "minimum-stability": "dev", - "prefer-stable": true + "prefer-stable": true, + "config": { + "allow-plugins": { + "pestphp/pest-plugin": true + } + } }