Skip to content

Commit 82b010f

Browse files
committed
feat: change composer script section
1 parent 5629e5c commit 82b010f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,17 @@
3535
}
3636
},
3737
"scripts": {
38+
"tests": {
3839
"docheader": "vendor/bin/docheader check src/",
3940
"phpcmd": "vendor/bin/phpmd src xml phpmd.xml --exclude=*/Tests/*",
4041
"phpcs": "vendor/bin/phpcs src --report=full --standard=phpcs.xml --extensions=php --warning-severity=0",
4142
"phpcpd": "vendor/bin/phpcpd src --exclude=src/Tests/*",
42-
"phpunit": "vendor/bin/phpunit --coverage-text",
43+
"phpunit": "vendor/bin/phpunit --coverage-text"
44+
},
4345
"post-update-cmd": [
44-
"@docheader", "@phpcmd", "@phpcs", "@phpcpd", "@phpunit"
46+
"@tests"
4547
]
4648
},
47-
4849
"config": {
4950
"preferred-install": {
5051
"*": "dist"

0 commit comments

Comments
 (0)