Skip to content

Commit af77d77

Browse files
committed
phpstan -vv && composer validate
1 parent a3a8376 commit af77d77

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,15 @@
4848
"@check:tests",
4949
"@check:dependencies"
5050
],
51-
"check:composer": "composer normalize --dry-run --no-check-lock --no-update-lock",
51+
"check:composer": [
52+
"composer normalize --dry-run --no-check-lock --no-update-lock",
53+
"composer validate --strict"
54+
],
5255
"check:cs": "phpcs",
5356
"check:dependencies": "composer-dependency-analyser",
5457
"check:ec": "ec src tests",
5558
"check:tests": "phpunit tests",
56-
"check:types": "phpstan analyse -vvv",
59+
"check:types": "phpstan analyse --ansi -vv",
5760
"fix:cs": "phpcbf"
5861
}
5962
}

0 commit comments

Comments
 (0)