Skip to content

Commit 7dc4aa4

Browse files
authored
Merge pull request #43 from kenjis/update-composer-scripts
chore: update composer scripts
2 parents 1cdd278 + 600a725 commit 7dc4aa4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@
6363
"@test"
6464
],
6565
"cs": "php-cs-fixer fix --ansi --verbose --dry-run --diff",
66-
"cs-fix": "php-cs-fixer fix --ansi --verbose --diff --using-cache=yes",
66+
"cs-fix": "php-cs-fixer fix --ansi --verbose --diff",
6767
"style": "@cs-fix",
6868
"deduplicate": "phpcpd app/ src/",
6969
"inspect": "deptrac analyze --cache-file=build/deptrac.cache",
70-
"mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit"
70+
"mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit",
71+
"test": "phpunit"
7172
}
7273
}

0 commit comments

Comments
 (0)