Skip to content

Commit 4631433

Browse files
authored
Composer: Add normalize to lint script (#25)
1 parent 72cffd4 commit 4631433

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
@@ -60,6 +60,7 @@
6060
},
6161
"scripts": {
6262
"lint": [
63+
"@composer normalize --dry-run",
6364
"pint --test",
6465
"phpstan analyse"
6566
]

0 commit comments

Comments
 (0)