From 2de32206cdfb648b790b41ad024da530980539cf Mon Sep 17 00:00:00 2001 From: Lander Vanderstraeten Date: Sat, 18 Nov 2017 00:27:46 +0200 Subject: [PATCH] Add composer require to the documentation --- doc/tasks/infection.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/tasks/infection.md b/doc/tasks/infection.md index c02032615..697322e1e 100644 --- a/doc/tasks/infection.md +++ b/doc/tasks/infection.md @@ -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