There was an error while loading. Please reload this page.
1 parent 29ffda7 commit a6ff129Copy full SHA for a6ff129
docs/get-started.md
@@ -28,7 +28,7 @@ Then, use the `insights` Artisan command:
28
php artisan insights
29
```
30
31
-> Note for Laravel 7 users : phpinsights requires [PHP 7.3+](https://php.net/releases/)
+> Note for Laravel 7 users : phpinsights requires [PHP 7.3+](https://php.net/releases/), and `PHPUnit 9.0+`.
32
33
## Within Lumen
34
@@ -91,7 +91,7 @@ For changing the output format you can add the `format` flag. The following form
91
92
## Saving output to file
93
94
-You can pipe the result to a file or to anywhere you like.
+You can pipe the result to a file or to anywhere you like.
95
A common use case is parsing the output formatted as json to a json file.
96
97
```bash
0 commit comments