Skip to content

Commit 6e137c3

Browse files
committed
Fixed dependencies.
1 parent ed29a65 commit 6e137c3

File tree

3 files changed

+1127
-3
lines changed

3 files changed

+1127
-3
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
"nikic/php-parser": "^4.12",
3737
"symfony/console": "^4.4"
3838
},
39+
"require-dev": {
40+
"phpmd/phpmd": "^2.10",
41+
"sebastian/phpcpd": "^4.0",
42+
"squizlabs/php_codesniffer": "^3.6",
43+
"phploc/phploc": "^4.0",
44+
"jakub-onderka/php-parallel-lint": "^1.0"
45+
},
3946
"bin": [
4047
"bin/phpdoc-checker"
4148
]

0 commit comments

Comments
 (0)