Skip to content

Commit

Permalink
Merge pull request #21 from TheLevti/feature/upgrade-guzzle-adapter
Browse files Browse the repository at this point in the history
Upgrade guzzle7 adapter to ga version ^1.0.0
  • Loading branch information
beinarovic authored Nov 9, 2022
2 parents edf4556 + fc9fa13 commit 44dc830
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
}
],
"require": {
"php": ">=7.4",
"ext-fileinfo": "*",
"ext-json": "*",
"php": ">=7.4",
"php-http/guzzle7-adapter": "^0.1.1"
"php-http/guzzle7-adapter": "^0.1.1 || ^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44dc830

Please sign in to comment.