Skip to content

Commit a6ff129

Browse files
committed
chore: installation on laravel note
1 parent 29ffda7 commit a6ff129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Then, use the `insights` Artisan command:
2828
php artisan insights
2929
```
3030

31-
> Note for Laravel 7 users : phpinsights requires [PHP 7.3+](https://php.net/releases/)
31+
> Note for Laravel 7 users : phpinsights requires [PHP 7.3+](https://php.net/releases/), and `PHPUnit 9.0+`.
3232
3333
## Within Lumen
3434

@@ -91,7 +91,7 @@ For changing the output format you can add the `format` flag. The following form
9191

9292
## Saving output to file
9393

94-
You can pipe the result to a file or to anywhere you like.
94+
You can pipe the result to a file or to anywhere you like.
9595
A common use case is parsing the output formatted as json to a json file.
9696

9797
```bash

0 commit comments

Comments
 (0)