Skip to content

Commit ab1118e

Browse files
Bump phpunit and mockery
1 parent 5ebc8a5 commit ab1118e

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
@@ -20,10 +20,10 @@
2020
"guzzlehttp/guzzle": "5.*|6.*"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit" : "4.*",
23+
"phpunit/phpunit" : "^8.4|^9.0",
2424
"scrutinizer/ocular": "~1.1",
2525
"satooshi/php-coveralls": "^0.7.0",
26-
"mockery/mockery": ">=0.7.2"
26+
"mockery/mockery": "^1.3"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)