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 e8b0b92 commit e0f9fe9Copy full SHA for e0f9fe9
composer.json
@@ -63,7 +63,10 @@
63
"@check:ignores"
64
],
65
"check:collisions": "detect-collisions src tests",
66
- "check:composer": "composer normalize --dry-run --no-check-lock --no-update-lock",
+ "check:composer": [
67
+ "composer normalize --dry-run --no-check-lock --no-update-lock",
68
+ "composer validate --strict"
69
+ ],
70
"check:cs": "phpcs",
71
"check:dependencies": "composer-dependency-analyser",
72
"check:ec": "ec src tests",
0 commit comments