Skip to content

Commit

Permalink
Adding missing GuzzleHttp\Psr7 dependency (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaga authored May 12, 2020
1 parent 38c9a0f commit 9d44d04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
],
"require": {
"ext-json": "*",
"bbaga/buildkite-php-http-interface": "^1.0"
"bbaga/buildkite-php-http-interface": "^1.0",
"guzzlehttp/psr7": "^1.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9d44d04

Please sign in to comment.