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 5cc68d8 commit 401422dCopy full SHA for 401422d
composer.json
@@ -16,6 +16,7 @@
16
"require-dev": {
17
"phpunit/phpunit": "^12.1.0",
18
"phpbench/phpbench": "^1.4.1",
19
+ "phpmetrics/phpmetrics": "^2.9",
20
"phpstan/phpstan": "^2.1.11"
21
},
22
"autoload": {
@@ -34,6 +35,7 @@
34
35
"test": "phpunit",
36
"phpstan": "phpstan",
37
"coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --coverage-html=\"build/coverage\"",
38
+ "metrics": "phpmetrics --report-html=build/metrics src",
39
"all-checks": [
40
"phpunit",
41
"phpstan"
0 commit comments