Skip to content

Commit

Permalink
chore: fixes installation process
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Nov 6, 2023
1 parent 4e83a6f commit eefd1d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eefd1d2

Please sign in to comment.