Skip to content

Commit

Permalink
Merge pull request #4 from phpsu/Kanti-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti committed May 6, 2020
2 parents 7626920 + d45d876 commit 7c2abd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"scripts": {
"test": "vendor/bin/phpunit -c tests/phpunit.xml --testdox --color=always",
"test:watch": "vendor/bin/phpunit-watcher watch -c tests/phpunit.xml --testdox",
"infection": "vendor/bin/infection --threads=4 --only-covered --min-msi=50 --min-covered-msi=50 --ansi",
"infection": "vendor/bin/infection --threads=4 --only-covered --min-msi=100 --min-covered-msi=100 --ansi",
"psalm": "vendor/bin/psalm"
},
"minimum-stability": "stable",
Expand Down

0 comments on commit 7c2abd3

Please sign in to comment.