Skip to content

Commit

Permalink
Remove dependency on symfony/http-client (Honestly this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteel committed Jan 31, 2025
1 parent b2d072d commit 00733df
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 432 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"psr/http-client-implementation": "*",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"symfony/http-client": "^7.2",
"webmozart/assert": "^1.10"
},
"require-dev": {
Expand Down Expand Up @@ -48,7 +47,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": true,
"ergebnis/composer-normalize": true,
"php-http/discovery": true
"php-http/discovery": false
},
"platform": {
"php": "8.2.99"
Expand Down
Loading

0 comments on commit 00733df

Please sign in to comment.