Skip to content

Commit aeab08e

Browse files
committed
Rename script declarations in composer.json
1 parent 189bb99 commit aeab08e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,13 @@
5252
"sort-packages": true
5353
},
5454
"scripts": {
55-
"analyze": "phpstan analyze",
56-
"check": [
57-
"@test",
58-
"@analyze",
59-
"@cs"
55+
"lint": [
56+
"@phpcs",
57+
"@phpstan"
6058
],
61-
"cs": "phpcs",
62-
"cs-fix": "phpcbf",
63-
"test": "phpunit"
59+
"phpcbf": "phpcbf",
60+
"phpcs": "phpcs",
61+
"phpstan": "phpstan analyze",
62+
"phpunit": "phpunit"
6463
}
6564
}

0 commit comments

Comments
 (0)