Skip to content

Commit 16cbc68

Browse files
committed
chore: composer normailze
1 parent c37ac9d commit 16cbc68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,16 @@
110110
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.no-header.php",
111111
"php-cs-fixer fix --ansi --verbose --diff"
112112
],
113+
"metrics": "tools/phpmetrics/vendor/bin/phpmetrics --config=phpmetrics.json",
113114
"sa": "@analyze",
114115
"style": "@cs-fix",
115-
"test": "phpunit",
116-
"metrics": "tools/phpmetrics/vendor/bin/phpmetrics --config=phpmetrics.json"
116+
"test": "phpunit"
117117
},
118118
"scripts-descriptions": {
119119
"analyze": "Run static analysis",
120120
"cs": "Check the coding style",
121121
"cs-fix": "Fix the coding style",
122-
"test": "Run unit tests",
123-
"metrics": "Run PhpMetrics"
122+
"metrics": "Run PhpMetrics",
123+
"test": "Run unit tests"
124124
}
125125
}

0 commit comments

Comments
 (0)