Skip to content

Commit

Permalink
Update Guzzle Http client
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-b committed Dec 21, 2020
1 parent 43b9423 commit c44f0ed
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 425 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
.idea
/tests/certs
/tests/certs
/example/working_example.php
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"minimum-stability": "stable",
"require": {
"php": ">=8.0",
"guzzlehttp/guzzle": "^6.5",
"ext-json": "*",
"ramsey/uuid": "^4.1",
"firebase/php-jwt": "^5.2",
"ext-openssl": "*"
"ext-openssl": "*",
"guzzlehttp/guzzle": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down
Loading

0 comments on commit c44f0ed

Please sign in to comment.