Skip to content

Commit

Permalink
docs: fixes installation process
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Oct 13, 2021
1 parent dfd4687 commit df67616
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 @@ -29,7 +29,7 @@ Larastan was created by [Can Vural](https://github.com/canvural) and [Nuno Madur

**1**: First, you may use [Composer](https://getcomposer.org) to install Larastan as a development dependency into your Laravel project:
```bash
composer require --dev nunomaduro/larastan
composer require nunomaduro/larastan --with-all-dependencies --dev
```

> Using Larastan for analysing Laravel packages? You may need to install `orchestra/testbench`.
Expand Down

0 comments on commit df67616

Please sign in to comment.