-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
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. |
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 |
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. |
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 👍 |
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
The text was updated successfully, but these errors were encountered: