Skip to content

Commit 778cc27

Browse files
authored
Can't abbreviate composer validate as @Validate
1 parent d21d342 commit 778cc27

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
@@ -44,7 +44,7 @@
4444
},
4545
"scripts": {
4646
"test": [
47-
"@validate --no-interaction",
47+
"composer validate --no-interaction",
4848
"phpcs -p -s",
4949
"phpunit"
5050
]

0 commit comments

Comments
 (0)