Skip to content

Commit

Permalink
Update phpunit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen-G committed Mar 5, 2020
1 parent 752bca9 commit cd577e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_script:
- travis_retry composer update --no-interaction --prefer-source

script:
- phpunit --coverage-text --coverage-clover=coverage.clover
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"guzzlehttp/guzzle": "~6"
},
"require-dev": {
"phpunit/phpunit": "~8",
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": ">=3.8"
},
"autoload": {
Expand Down

0 comments on commit cd577e3

Please sign in to comment.