File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## 0.2.1 Under development
44
55- Bug #121 : Update command syntax in ` development.md ` and ` testing.md ` for clarity and consistency (@terabytesoftw )
6+ - Bug #122 : Update Rector command in ` composer.json ` to remove unnecessary 'src' argument (@terabytesoftw )
67
78## 0.2.0 January 24, 2024
89
Original file line number Diff line number Diff line change 7474 "ecs" : " ./vendor/bin/ecs --fix" ,
7575 "mutation" : " ./vendor/bin/infection --threads=4 --ignore-msi-with-no-mutations --min-msi=100 --min-covered-msi=100" ,
7676 "mutation-static" : " ./vendor/bin/infection --threads=4 --ignore-msi-with-no-mutations --min-msi=100 --min-covered-msi=100 --static-analysis-tool=phpstan --static-analysis-tool-options='--memory-limit=-1'" ,
77- "rector" : " ./vendor/bin/rector process src " ,
77+ "rector" : " ./vendor/bin/rector process" ,
7878 "static" : " ./vendor/bin/phpstan --memory-limit=-1" ,
7979 "sync-metadata" : [
8080 " curl -fsSL -o .editorconfig https://raw.githubusercontent.com/yii2-extensions/template/main/.editorconfig" ,
You can’t perform that action at this time.
0 commit comments