Skip to content

Commit

Permalink
feat: update guzzle to version 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Chapman authored and joshuachp committed Nov 10, 2021
1 parent 735e1f7 commit edca673
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 360 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
],
"require": {
"php": "^7.3",
"php-http/guzzle6-adapter": "^1.1",
"ext-json": "*"
"ext-json": "*",
"php-http/guzzle7-adapter": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand All @@ -48,4 +48,4 @@
"scripts": {
"test": "vendor/bin/phpunit"
}
}
}
Loading

0 comments on commit edca673

Please sign in to comment.