Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecated ringcentral/psr7 GitHub repository has been deleted #58

Closed
lucasnetau opened this issue Jun 12, 2024 · 4 comments
Closed

deprecated ringcentral/psr7 GitHub repository has been deleted #58

lucasnetau opened this issue Jun 12, 2024 · 4 comments

Comments

@lucasnetau
Copy link

compose installs of reactphp/http with dev dependencies is failing due to this package still relying on ringcentral/psr7. This repository was recently deleted from GitHub

@lucasnetau
Copy link
Author

The only usage is RingCentral\Psr7\parse_response(). Guzzle\Psr7 library provides Message::parseResponse() providing the same functionality if you want to bring in that dependancy.

@SimonFrings
Copy link
Contributor

Hey @lucasnetau thanks for opening this ticket, but are you sure this is the case? I can still find the ringcentral/psr7 project on GitHub and I can also install it via Composer locally. Can you confirm my findings?

FYI: Ultimately we want to move away from relying on the ringcentral/psr7 dependency and as this project only uses the parse_response() method, we might just implement a similar functionality in here.

@lucasnetau
Copy link
Author

Looks like they restored it. It was a 404 response all day when browsing and composer install of reactphp/http was failing due to this dev dependency. This will break dev installs again if the repo is removed.

See reactphp/http#531

@SimonFrings
Copy link
Contributor

Yeah, saw the 404 screenshot from reactphp/http#531, maybe this was unintentional. I tried to look online and find something about this, but nothing. Hope this won't happen again, definitely one additional reason to move away from ringcentral/psr7.

I'll close this ticket now as I don't see much else to do here, thanks for bringing this to our attention @lucasnetau 👍

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

No branches or pull requests

2 participants