Skip to content

Commit

Permalink
Pulled in the correct version of guzzle
Browse files Browse the repository at this point in the history
Pulled in the correct version of guzzle
  • Loading branch information
michaelbarnard committed Jun 2, 2022
1 parent 4e49541 commit f23c182
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 @@ -28,11 +28,11 @@
],
"require": {
"php" : ">=5.3.3",
"a24group/guzzle" : "dev-feature-php8-upgrade",
"a24group/guzzle" : "v3.9.0",
"symfony/event-dispatcher": "v3.4.44"
},
"require-dev" : {
"psr/log": "1.0.*",
"php-coveralls/php-coveralls": "v2.5.2"
}
}
}

0 comments on commit f23c182

Please sign in to comment.