Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from dbpolito/patch-1
Browse files Browse the repository at this point in the history
Adding --dev to composer require example
  • Loading branch information
mpociot authored Feb 28, 2019
2 parents 930e637 + 8017a06 commit 033366e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A beautiful dashboard for your Dusk test suites.
You can install the package via composer:

```bash
composer require beyondcode/dusk-dashboard
composer require beyondcode/dusk-dashboard --dev
```

Next up, you need to go to your `DuskTestCase.php` that was installed by Laravel Dusk. You can find this file in your `tests` directory:
Expand Down

0 comments on commit 033366e

Please sign in to comment.