Skip to content

Commit

Permalink
Add composer test command
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Nov 15, 2020
1 parent 2262876 commit 4b86ef0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Expand Up @@ -3,7 +3,8 @@
"type": "library",
"description": "Middleware dispatcher",
"keywords": [
"middleware", "dispatcher"
"middleware",
"dispatcher"
],
"homepage": "https://www.yiiframework.com/",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -49,5 +50,10 @@
},
"config": {
"sort-packages": true
},
"scripts": {
"test": [
"phpunit --colors --no-interaction"
]
}
}

0 comments on commit 4b86ef0

Please sign in to comment.