Skip to content

Commit 401422d

Browse files
authored
Include PHPMetrics by default
1 parent 5cc68d8 commit 401422d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"require-dev": {
1717
"phpunit/phpunit": "^12.1.0",
1818
"phpbench/phpbench": "^1.4.1",
19+
"phpmetrics/phpmetrics": "^2.9",
1920
"phpstan/phpstan": "^2.1.11"
2021
},
2122
"autoload": {
@@ -34,6 +35,7 @@
3435
"test": "phpunit",
3536
"phpstan": "phpstan",
3637
"coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --coverage-html=\"build/coverage\"",
38+
"metrics": "phpmetrics --report-html=build/metrics src",
3739
"all-checks": [
3840
"phpunit",
3941
"phpstan"

0 commit comments

Comments
 (0)