diff --git a/CHANGELOG.md b/CHANGELOG.md index a49eac5d..92548972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - A task to cache the event listeners manifest in Laravel [#1893] - Added `check_remote_head` option, by setting this to true, deployer will avoid unnecessary new releases by checking the remote git HEAD without cloning the repo [#1755] + ## v6.4.6 [v6.4.5...v6.4.6](https://github.com/deployphp/deployer/compare/v6.4.5...v6.4.6) diff --git a/infection.json.dist b/infection.json.dist new file mode 100644 index 00000000..49c1fcc3 --- /dev/null +++ b/infection.json.dist @@ -0,0 +1,15 @@ +{ + "timeout": 10, + "source": { + "directories": [ + "recipe", + "src" + ] + }, + "logs": { + "text": "infection.log" + }, + "mutators": { + "@default": true + } +} \ No newline at end of file