Skip to content

Commit

Permalink
Add Infection to verify in Composer scripts (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Dec 3, 2021
1 parent 188ce24 commit 62de287
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .dev-tools/src/Readme/ReadmeCommand.php
Expand Up @@ -268,7 +268,6 @@ private function contributing(): string
make sure all checks pass:
```bash
composer verify
composer infection
```
and submit pull request.',
$this->composer()->name,
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -568,6 +568,5 @@ php .dev-tools/readme > README.md
make sure all checks pass:
```bash
composer verify
composer infection
```
and submit pull request.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -54,7 +54,8 @@
],
"verify": [
"@analyse",
"@test"
"@test",
"@infection"
]
}
}

0 comments on commit 62de287

Please sign in to comment.