Skip to content

Commit

Permalink
Merge pull request #5 from joshuachp/feature/update_guzzle
Browse files Browse the repository at this point in the history
feat: update guzzle to version 7
  • Loading branch information
svdigital-development authored Jan 4, 2022
2 parents 735e1f7 + edca673 commit 8d2fd5f
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 8d2fd5f

Please sign in to comment.