Skip to content

Commit 500dd7f

Browse files
authored
Can't abbreviate composer validate as @Validate
1 parent f9efdcd commit 500dd7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"scripts": {
5858
"test": [
59-
"@validate --no-interaction",
59+
"composer validate --no-interaction",
6060
"phpunit"
6161
],
6262
"ci": [

0 commit comments

Comments
 (0)