From eefd1d2637766de5e9c125f1f0ef2c895f11e500 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 6 Nov 2023 08:06:48 +0000 Subject: [PATCH] chore: fixes installation process --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aa8250..a3dee8b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ In Pest, you can combine the power of Stress Testing with the Expectation API en To start using Pest's Stress Testing plugin (mostly known as Stressless), you need to require the plugin via Composer. ```bash -composer require pestphp/pest-plugin-stressless --dev +composer config repositories.pest-plugin-stressless '{"type": "git", "url": "https://github.com/pestphp/pest-plugin-stressless"}' --file composer.json +composer require pestphp/pest-plugin-stressless:2.x-dev --dev ``` After requiring the plugin, you may start using it in two different ways: