Skip to content

Commit a396679

Browse files
committed
Merge branch 'master' into console-support
2 parents ae6cfe4 + 39044ed commit a396679

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
{
@@ -44,5 +46,11 @@
4446
"php_src": "phpcs --standard=phpcs.xml -s -p --colors ./lib/",
4547
"php_test": "phpcs --standard=phpcs.xml -s -p --colors ./tests/",
4648
"phpmd": "phpmd ./ ansi cleancode,codesize,controversial,design,naming,unusedcode --exclude vendor"
49+
},
50+
"scripts-descriptions": {
51+
"phpunit": "Run PHPUnit tests",
52+
"php_src": "Run code sniffer on lib directory",
53+
"php_test": "Run code sniffer on tests directory",
54+
"phpmd": "Run php mess detector"
4755
}
4856
}

0 commit comments

Comments
 (0)