Skip to content

Commit

Permalink
Bump mock-client to always support getLastRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Jul 23, 2018
1 parent c78ab2b commit 599d418
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 @@ -23,7 +23,7 @@
"psr-4": { "Omnipay\\Tests\\" : "src/" }
},
"require": {
"php-http/mock-client": "^1",
"php-http/mock-client": "^1.1",
"php-http/guzzle6-adapter": "^1.1.1",
"mockery/mockery": "^1",
"phpunit/phpunit": "^5.7|^6"
Expand All @@ -34,7 +34,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "3.1.x-dev"
}
},
"prefer-stable": true
Expand Down

0 comments on commit 599d418

Please sign in to comment.