-
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
Error due to old version of GuzzleHttp #75
Comments
Thanks for the heads up. Some questions:
|
|
Thanks! It looks like GuzzleHttp doesn't much care about backward compatibility. This would have been really easy for them to avoid, imo. |
One more question, you're on MODX 2, right? |
Yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The component uses an old version of GuzzleHttp which results in a "Fatal error: Uncaught Error: Undefined class constant 'MAJOR_VERSION' in" error if another component uses a newer version of GuzzleHttp
The text was updated successfully, but these errors were encountered: