Skip to content

Commit 4b86ef0

Browse files
committed
Add composer test command
1 parent 2262876 commit 4b86ef0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"type": "library",
44
"description": "Middleware dispatcher",
55
"keywords": [
6-
"middleware", "dispatcher"
6+
"middleware",
7+
"dispatcher"
78
],
89
"homepage": "https://www.yiiframework.com/",
910
"license": "BSD-3-Clause",
@@ -49,5 +50,10 @@
4950
},
5051
"config": {
5152
"sort-packages": true
53+
},
54+
"scripts": {
55+
"test": [
56+
"phpunit --colors --no-interaction"
57+
]
5258
}
5359
}

0 commit comments

Comments
 (0)