Skip to content

Commit 0dc3305

Browse files
authored
Composer: Add normalize to lint script (#74)
1 parent c9e8492 commit 0dc3305

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"scripts": {
6868
"lint": [
6969
"box validate",
70+
"@composer normalize --dry-run",
7071
"pint --test",
7172
"phpstan analyse"
7273
],

0 commit comments

Comments
 (0)