Skip to content

Commit

Permalink
Merge pull request #14 from Talentify/feature/upgrade-guzzle-support
Browse files Browse the repository at this point in the history
upgrade guzzle support to 7
  • Loading branch information
dreanmer authored Nov 2, 2021
2 parents 04baf2e + f1dc250 commit e487e1d
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 @@ -21,7 +21,7 @@
},
"require": {
"php": ">=7",
"guzzlehttp/guzzle": "^6.0",
"guzzlehttp/guzzle": "^6.0||^7.0",
"myclabs/php-enum": "^1.7",
"ext-json": "*"
},
Expand Down

0 comments on commit e487e1d

Please sign in to comment.