Skip to content

Commit 4f2ff50

Browse files
committed
Latest guzzlehttp/guzzle 7.3.0+
1 parent 0cfedd1 commit 4f2ff50

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"jbzoo/toolbox-dev" : "^2.6.2",
2727
"jbzoo/event" : "^3.0.3",
2828
"rmccue/requests" : "^1.7.0",
29-
"guzzlehttp/guzzle" : "^6.5.5"
29+
"guzzlehttp/guzzle" : ">=6.5.5"
3030
},
3131

3232
"suggest" : {

src/Driver/Guzzle.php

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ protected static function getDriverOptions(Options $options, array $headers, str
113113

114114
return [
115115
'form_params' => $formParams,
116+
'http_errors' => $options->allowException(),
116117
'body' => $body,
117118
'headers' => $headers,
118119
'connect_timeout' => $options->getTimeout(),

0 commit comments

Comments
 (0)