Skip to content

Commit c36ac15

Browse files
committed
Add inspection to readme
1 parent 70ddef1 commit c36ac15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ docker run -v /path/to/project:/app umutphp/php-docker-images-for-ci:7.1 cd /app
176176
```
177177

178178
#### infection ####
179-
[Infection](https://infection.github.io/) is a PHP mutation testing framework based on AST (Abstract Syntax Tree) mutations. It works as a CLI tool and can be executed from your project’s root. It requires atleast PHP 7.1 and does not work with PHP 8.1.
179+
[Infection](https://infection.github.io/) is a PHP mutation testing framework based on AST (Abstract Syntax Tree) mutations. It works as a CLI tool and can be executed from your project’s root.
180180

181181
```
182182
docker run -v /path/to/project:/app umutphp/php-docker-images-for-ci:7.1 infection

0 commit comments

Comments
 (0)