Skip to content

Commit 599d418

Browse files
authored
Bump mock-client to always support getLastRequest
1 parent c78ab2b commit 599d418

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
@@ -23,7 +23,7 @@
2323
"psr-4": { "Omnipay\\Tests\\" : "src/" }
2424
},
2525
"require": {
26-
"php-http/mock-client": "^1",
26+
"php-http/mock-client": "^1.1",
2727
"php-http/guzzle6-adapter": "^1.1.1",
2828
"mockery/mockery": "^1",
2929
"phpunit/phpunit": "^5.7|^6"
@@ -34,7 +34,7 @@
3434
},
3535
"extra": {
3636
"branch-alias": {
37-
"dev-master": "3.0.x-dev"
37+
"dev-master": "3.1.x-dev"
3838
}
3939
},
4040
"prefer-stable": true

0 commit comments

Comments
 (0)