github workflows update

This commit is contained in:
Barbara Pitt 2020-12-27 02:42:30 -06:00
parent 554dc7bbeb
commit 423d5f9935
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
{ {
"require": { "require": {
"phpunit/phpunit": "^5" "phpunit/phpunit": "^5"
},
"scripts":{
"test": "vendor/bin/phpunit tests"
} }
} }