Skip to content

Commit e858c49

Browse files
committed
fix phpcov version
1 parent 1200701 commit e858c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^8.0 || ^9.0",
24+
"phpunit/phpcov": "^8.0 || ^9.0",
2425
"php-http/guzzle6-adapter": "^1.0",
25-
"mockery/mockery": "^1.2",
26+
"mockery/mockery": "^1.3",
2627
"nyholm/nsa": "^1.0",
2728
"php-coveralls/php-coveralls": "^2.4",
28-
"phpunit/phpcov": "^8.0",
2929
"friendsofphp/php-cs-fixer": "^2.18"
3030
},
3131
"autoload": {

0 commit comments

Comments
 (0)