Browse Source

github workflows update

pull/40/head
Barbara Pitt 3 years ago
parent
commit
423d5f9935
  1. 3
      composer.json

3
composer.json

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

Loading…
Cancel
Save