Skip to content

Commit 3fa4008

Browse files
committed
test: phpcs, phpmd for #54
1 parent da7f728 commit 3fa4008

6 files changed

+1156
-9
lines changed

composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
},
1010

1111
"require-dev": {
12-
"phpstan/phpstan": "^v1.8",
13-
"phpunit/phpunit": "^10.1"
12+
"phpstan/phpstan": "^1.10",
13+
"phpunit/phpunit": "^10.1",
14+
"phpmd/phpmd": "^2.13",
15+
"squizlabs/php_codesniffer": "^3.7"
1416
},
1517

1618
"license": "MIT",

0 commit comments

Comments
 (0)