Skip to content

Commit

Permalink
update phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaidas Bagdonas committed Jul 6, 2020
1 parent e0eb27b commit b5a5664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/php-code-coverage": "^5.0",
"phpunit/phpunit": "^6.0"
"phpunit/php-code-coverage": "^6.0",
"phpunit/phpunit": "^7.0"
},
"scripts": {
"run-tests": "vendor/bin/phpunit -c phpunit.xml.dist --no-coverage",
Expand Down

0 comments on commit b5a5664

Please sign in to comment.