-
Notifications
You must be signed in to change notification settings - Fork 10
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
Guzzle 7 incompatibility #23
Comments
I tried by moving the source to main project and running with Guzzle 7 and it worked fine. Please update the dependency requirement. |
I have created a PR (#24) that adds support for Guzzle 7. Until it is merged, you can use it by making the following changes to Add a vcs repository entry for my fork:
switch the docraptor require to use my
Use at your own risk! I will delete the fork after my PR is merged. |
I've thumbed up everything I can in this PR but also feel the need to add a comment. I'd love for this to be merged! |
Temp fix before upstream is fixed: DocRaptor#23 DocRaptor#24
Temp fix before upstream is fixed: DocRaptor#23 DocRaptor#24
It's been ~5 months since this issue was raised and a PR provided that hasn't been merged. Is it safe to assume that we shouldn't expect further updates to the DocRaptor PHP library and instead should look at interfacing with the endpoints directly? |
@Rodeoclash see recent response on this issue from @jason-o-matic here: #24 (comment) |
There is now an additional issue with the use of |
I released version 3.0 today. It should solve this issue. |
Laravel 8 requires Guzzle 7 but docraptor doesn't support it.
The text was updated successfully, but these errors were encountered: