Skip to content

Commit 6bfd4f9

Browse files
committed
add composer scripts descriptions.
Update key words
1 parent cac11d6 commit 6bfd4f9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"license": "BSD-3-Clause",
66
"keywords": [
77
"php",
8-
"diff"
8+
"diff",
9+
"side-by-sidediff",
10+
"unified"
911
],
1012
"authors": [
1113
{
@@ -43,5 +45,11 @@
4345
"php_src": "phpcs --standard=phpcs.xml -s -p --colors ./lib/",
4446
"php_test": "phpcs --standard=phpcs.xml -s -p --colors ./tests/",
4547
"phpmd": "phpmd ./ ansi cleancode,codesize,controversial,design,naming,unusedcode --exclude vendor"
48+
},
49+
"scripts-descriptions": {
50+
"phpunit": "Run PHPUnit tests",
51+
"php_src": "Run code sniffer on lib directory",
52+
"php_test": "Run code sniffer on tests directory",
53+
"phpmd": "Run php mess detector"
4654
}
4755
}

0 commit comments

Comments
 (0)