github workflows update

This commit is contained in:
Barbara Pitt 2020-12-27 02:42:30 -06:00
parent aa1757da29
commit e4f0b54cd5

View file

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