Skip to content

Commit

Permalink
chore(updates): allow using guzzle 7.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicrodgers authored May 12, 2023
1 parent e1bb4a0 commit 97d5f75
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 @@ -3,7 +3,7 @@
"description": "Generic service to query Troy's pwnedpasswords.com service.",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^6.2.1"
"guzzlehttp/guzzle": "^6.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
Expand Down

0 comments on commit 97d5f75

Please sign in to comment.