Skip to content

Commit

Permalink
Add composer require to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lander Vanderstraeten committed Nov 17, 2017
1 parent 64992ce commit 2de3220
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/tasks/infection.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Infection is a PHP mutation testing framework based on Abstract Syntax Tree.

***Composer***

```
composer require --dev infection/infection
```

***Config***

It lives under the `infection` namespace and has following configurable parameters:

```yaml
Expand Down

0 comments on commit 2de3220

Please sign in to comment.