diff --git a/composer.json b/composer.json index a3b23a0..9a80932 100644 --- a/composer.json +++ b/composer.json @@ -13,5 +13,11 @@ "takeone/cropper": "dev-main" }, "minimum-stability": "dev", - "prefer-stable": true + "prefer-stable": true, + "config": { + "allow-plugins": { + "pestphp/pest-plugin": true, + "php-http/discovery": true + } + } } \ No newline at end of file