Skip to content

Commit

Permalink
Provide bc for using guzzle6-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Gladyshev committed Dec 15, 2024
1 parent f21c475 commit fadb5d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ vendor/
build/
runtime/
cache/
composer.lock
composer.lock
.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ext-mbstring": "*",
"ext-json":"*",
"psr/http-client": "1.0.3",
"guzzlehttp/psr7": "2.7.0"
"guzzlehttp/psr7": "1.9.1|2.7.0"
},
"require-dev": {
"phpunit/phpunit": "8.5.41",
Expand Down

0 comments on commit fadb5d1

Please sign in to comment.