Skip to content

Commit

Permalink
fix phpcov version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-nuwber committed Mar 12, 2021
1 parent 1200701 commit e858c49
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 @@ -21,11 +21,11 @@
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0",
"phpunit/phpcov": "^8.0 || ^9.0",
"php-http/guzzle6-adapter": "^1.0",
"mockery/mockery": "^1.2",
"mockery/mockery": "^1.3",
"nyholm/nsa": "^1.0",
"php-coveralls/php-coveralls": "^2.4",
"phpunit/phpcov": "^8.0",
"friendsofphp/php-cs-fixer": "^2.18"
},
"autoload": {
Expand Down

0 comments on commit e858c49

Please sign in to comment.