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 8e43f27 commit ea95b25
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Expand Up @@ -49,5 +49,10 @@
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"scripts": {
"test": [
"phpunit --colors --no-interaction"
]
}
}

0 comments on commit ea95b25

Please sign in to comment.