close
Skip to content

Use Composer HttpDownloader and remove Guzzle#95

Merged
asgrim merged 1 commit intophp:mainfrom
asgrim:use-composer-httpdownloader-remove-guzzle
Nov 15, 2024
Merged

Use Composer HttpDownloader and remove Guzzle#95
asgrim merged 1 commit intophp:mainfrom
asgrim:use-composer-httpdownloader-remove-guzzle

Conversation

@asgrim
Copy link
Copy Markdown
Contributor

@asgrim asgrim commented Nov 15, 2024

Fixes #50

@asgrim asgrim added the enhancement New feature or request label Nov 15, 2024
@asgrim asgrim added this to the 0.2.0 milestone Nov 15, 2024
@asgrim asgrim merged commit 97b7fb9 into php:main Nov 15, 2024
@asgrim asgrim deleted the use-composer-httpdownloader-remove-guzzle branch November 15, 2024 11:16
@asgrim asgrim mentioned this pull request Nov 19, 2024
"guzzlehttp/guzzle": "^7.8",
"guzzlehttp/psr7": "^2.6",
"illuminate/container": "^10.47",
"psr/http-message": "^2.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't psr/http-message also be removed ? It is used by guzzle by I cannot find other usages

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quite possibly; I will check the deps again now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Switch from guzzle / psr7 to composer's HttpDownloader

2 participants