Skip to content

Commit

Permalink
Prep 0.5.0 (last fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Jul 10, 2018
1 parent efbb796 commit 976c060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
"@cs-fix-full"
],
"test": "vendor/bin/phpunit",
"test:mutation": "vendor/bin/infection --configuration=infection.local.json --test-framework=phpunit --verbose --min-msi=85 --min-covered-msi=90 --threads=4",
"test:mutation": "vendor/bin/infection --configuration=infection.json --test-framework=phpunit --test-framework-options='--testsuite unit' --min-msi=40 --min-covered-msi=40 --threads=4",
"cs-check": "vendor/bin/php-cs-fixer --diff --dry-run -v fix",
"cs-fix": "vendor/bin/php-cs-fixer -v fix",
"cs-fix-full": "vendor/bin/phpcbf; vendor/bin/php-cs-fixer -v fix",
"phpstan": "vendor/bin/phpstan analyse -l max -c phpstan.neon src tests",
"build-doc": "mkdocs build",
"serve-doc": "mkdocs serve --dev-addr localhost:8094"
"doc:build": "mkdocs build",
"doc:serve": "mkdocs serve --dev-addr localhost:8094"
},
"suggest": {
"monolog/monolog": "PSR-3 compatible logger"
Expand Down
File renamed without changes.

0 comments on commit 976c060

Please sign in to comment.