Browse Source

github workflows update

pull/107/head
Barbara Pitt 3 years ago
parent
commit
e4f0b54cd5
  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