From a49082ffd652d8836a7304019e8f078176f01bd2 Mon Sep 17 00:00:00 2001 From: Rustam Mamadaminov Date: Sun, 13 Nov 2022 00:10:48 +0500 Subject: [PATCH] Improve readme (#109) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2d9654..b7c026b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The package provides FastRoute adapter for [Yii Router](https://github.com/yiiso The package could be installed with composer: ``` -composer require yiisoft/router-fastroute --prefer-dist +composer require yiisoft/router-fastroute ``` ## General usage @@ -46,10 +46,11 @@ The package is tested with [PHPUnit](https://phpunit.de/). To run tests: ### Mutation testing -The package tests are checked with [Infection](https://infection.github.io/) mutation framework. To run it: +The package tests are checked with [Infection](https://infection.github.io/) mutation framework with +[Infection Static Analysis Plugin](https://github.com/Roave/infection-static-analysis-plugin). To run it: ```shell -./vendor/bin/infection +./vendor/bin/roave-infection-static-analysis-plugin ``` ### Static analysis