Skip to content

Commit 639f9c5

Browse files
authored
Can't abbreviate composer validate as @Validate
1 parent be4a0c3 commit 639f9c5

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
@@ -57,7 +57,7 @@
5757
},
5858
"scripts": {
5959
"test": [
60-
"@validate --no-interaction",
60+
"composer validate --no-interaction",
6161
"phpunit",
6262
"covers-validator"
6363
],

0 commit comments

Comments
 (0)