We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a8376 commit af77d77Copy full SHA for af77d77
composer.json
@@ -48,12 +48,15 @@
48
"@check:tests",
49
"@check:dependencies"
50
],
51
- "check:composer": "composer normalize --dry-run --no-check-lock --no-update-lock",
+ "check:composer": [
52
+ "composer normalize --dry-run --no-check-lock --no-update-lock",
53
+ "composer validate --strict"
54
+ ],
55
"check:cs": "phpcs",
56
"check:dependencies": "composer-dependency-analyser",
57
"check:ec": "ec src tests",
58
"check:tests": "phpunit tests",
- "check:types": "phpstan analyse -vvv",
59
+ "check:types": "phpstan analyse --ansi -vv",
60
"fix:cs": "phpcbf"
61
}
62
0 commit comments