Skip to content

Commit

Permalink
Fixed Kahlan version to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelandrieu authored Oct 9, 2017
1 parent 9e6c0b5 commit 193440a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The recommended way to install Kahlan is with [Composer](http://getcomposer.org/
composer require --dev kahlan/kahlan
```

Alternatively, you may manually add `"kahlan/kahlan": "~3.0"` to the `require-dev` dependencies within your `composer.json`.
Alternatively, you may manually add `"kahlan/kahlan": "~4.0"` to the `require-dev` dependencies within your `composer.json`.

The Kahlan package is installed with a vendor library and its binary accessible through `vendor/bin/kahlan` by default. However, you can [configure](https://getcomposer.org/doc/articles/vendor-binaries.md#can-vendor-binaries-be-installed-somewhere-other-than-vendor-bin-) its location like all other composer vendor binaries.

Expand Down

0 comments on commit 193440a

Please sign in to comment.