Skip to content

Commit 7df8692

Browse files
authored
Update composer.json
1 parent 4ea799c commit 7df8692

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"scripts": {
5555
"test": "phpunit -c . tests/",
5656
"lint": "parallel-lint --exclude vendor .",
57-
"smell": "phpcs --standard=tools/codesniffer/JoindInPSR2/ruleset.xml --ignore=**/config.php,**/database.php,vendor,tools,tests/bootstrap.php --extensions=php --report-checkstyle=build/logs/checkstyle.xml --runtime-set ignore_warnings_on_exit true -p .",
57+
"sniff": "phpcs --standard=tools/codesniffer/JoindInPSR2/ruleset.xml --ignore=**/config.php,**/database.php,vendor,tools,tests/bootstrap.php --extensions=php --report-checkstyle=build/logs/checkstyle.xml --runtime-set ignore_warnings_on_exit true -p .",
5858
"security": "security-checker security:check composer.lock",
5959
"diff": [
6060
"git diff origin/master... -- > diff.txt",
@@ -63,9 +63,9 @@
6363
"check": [
6464
"mkdir -p build/logs",
6565
"@lint",
66-
"@smell",
66+
"@snill",
6767
"@security",
68-
"@unit",
68+
"@test",
6969
"@diff"
7070
]
7171
},

0 commit comments

Comments
 (0)