Skip to content

Commit

Permalink
Merge pull request #32 from jacques/jacques/allow-guzzle-7
Browse files Browse the repository at this point in the history
Allow using Guzzle v7.x
  • Loading branch information
paragonie-security authored Oct 15, 2020
2 parents 30f2d9c + fc793c1 commit 0d0f195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"php": "^5.5|^7|^8",
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "^6",
"guzzlehttp/guzzle": "^6|^7",
"paragonie/constant_time_encoding": "^1|^2",
"paragonie/sodium_compat": "^1.11"
},
Expand Down

0 comments on commit 0d0f195

Please sign in to comment.