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 + } + } }