We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37ac9d commit 16cbc68Copy full SHA for 16cbc68
composer.json
@@ -110,16 +110,16 @@
110
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.no-header.php",
111
"php-cs-fixer fix --ansi --verbose --diff"
112
],
113
+ "metrics": "tools/phpmetrics/vendor/bin/phpmetrics --config=phpmetrics.json",
114
"sa": "@analyze",
115
"style": "@cs-fix",
- "test": "phpunit",
116
- "metrics": "tools/phpmetrics/vendor/bin/phpmetrics --config=phpmetrics.json"
+ "test": "phpunit"
117
},
118
"scripts-descriptions": {
119
"analyze": "Run static analysis",
120
"cs": "Check the coding style",
121
"cs-fix": "Fix the coding style",
122
- "test": "Run unit tests",
123
- "metrics": "Run PhpMetrics"
+ "metrics": "Run PhpMetrics",
+ "test": "Run unit tests"
124
}
125
0 commit comments