Skip to content

Commit e7c8724

Browse files
committed
Update doc (add phpunit upgrade command)
1 parent b72e217 commit e7c8724

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/get-started.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ 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/), and `PHPUnit 9.0+`.
31+
> Note for Laravel 7 users: phpinsights requires [PHP 7.3+](https://php.net/releases/), and `PHPUnit 9.0+`. For upgrading PHPUnit, you can use following command:
32+
```bash
33+
composer require --dev phpunit/phpunit:^9.0 --update-with-dependencies
34+
```
3235

3336
## Within Lumen
3437

0 commit comments

Comments
 (0)