Skip to content

Commit

Permalink
Use guzzlehttp instead of whole adapter (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-falda authored Jun 18, 2021
1 parent b4ed3a3 commit 6757c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"webmozart/assert": "^1.3",
"symfony/validator": "^4.1 || ^5.0",
"symfony/http-kernel": "^4.1 || ^5.0",
"php-http/guzzle6-adapter": "^1.1",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"symfony/serializer": "^4.4 || ^5.0",
"symfony/property-access": "^4.1 || ^5.0"
},
Expand Down

0 comments on commit 6757c0a

Please sign in to comment.