We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bccf2d2 commit a040bedCopy full SHA for a040bed
ci-test.sh
@@ -5,7 +5,7 @@ commands=(
5
"composer update"
6
"composer normalize --dry-run --indent-size=4 --indent-style=space"
7
"vendor/bin/php-cs-fixer fix --diff --dry-run --verbose"
8
- #"vendor/bin/phpmd src xml phpmd.xml"
+ "vendor/bin/phpmd src xml phpmd.xml"
9
"vendor/bin/phpstan analyse -vvv"
10
"vendor/bin/phpunit"
11
"phpdoc"
composer.json
@@ -43,7 +43,7 @@
43
"aplus/coding-standard": "^1.12",
44
"ergebnis/composer-normalize": "^2.25",
45
"jetbrains/phpstorm-attributes": "^1.0",
46
- "phpmd/phpmd": "^2.12",
+ "phpmd/phpmd": "^2.13",
47
"phpstan/phpstan": "^1.5",
48
"phpunit/phpunit": "^9.5"
49
},
0 commit comments