Skip to content

Commit e0f9fe9

Browse files
authored
Run composer validate in CI (#264)
1 parent e8b0b92 commit e0f9fe9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@
6363
"@check:ignores"
6464
],
6565
"check:collisions": "detect-collisions src tests",
66-
"check:composer": "composer normalize --dry-run --no-check-lock --no-update-lock",
66+
"check:composer": [
67+
"composer normalize --dry-run --no-check-lock --no-update-lock",
68+
"composer validate --strict"
69+
],
6770
"check:cs": "phpcs",
6871
"check:dependencies": "composer-dependency-analyser",
6972
"check:ec": "ec src tests",

0 commit comments

Comments
 (0)