Skip to content

Commit b949525

Browse files
authored
Can't abbreviate composer validate as @Validate
1 parent 5744ba1 commit b949525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"scripts": {
4040
"test": [
41-
"@validate --no-interaction",
41+
"composer validate --no-interaction",
4242
"phpcs -p -s"
4343
]
4444
}

0 commit comments

Comments
 (0)