Skip to content

Commit

Permalink
embrace Symfony Http Client, drop Guzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
bencagri committed May 17, 2024
1 parent 4151590 commit a8e2435
Show file tree
Hide file tree
Showing 11 changed files with 579 additions and 812 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"ext-json" : "*",
"ext-curl" : "*",
"ext-mbstring" : "*",
"guzzlehttp/guzzle": ">=5.3"
"symfony/http-client": "^6.4"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}
Loading

0 comments on commit a8e2435

Please sign in to comment.