-
Notifications
You must be signed in to change notification settings - Fork 628
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
Upgrade sendgrid/php-http-client #295
Conversation
Version 3.2.0 and above from the sendgrid/php-http-client library use improved autoloading, fixing a problem where \SendGrid\Response cannot be found when using a non-optimized composer installation. When semantic versioning is applied, it is save to upgrade to newer feature releases.
I sent the cla to [email protected]. |
Thanks for the pull request @akeeman! Do you want to try solving the failed tests or would you like us to take this one over? |
As a specific version of the php-http-client is used, it works for now to use reflection properties to check the host, request headers and version of the client. |
There you go! You indicated that the php-http-client library should follow semver standards. Therefore I set the php-http-client version back to to "~3.4", instead of "3.4" (note the tilde!). |
Version 3.2.0 and above from the
sendgrid/php-http-client
library use improved autoloading, fixing a problem where\SendGrid\Response
cannot be found when using a non-optimized composer installation.When semantic versioning is applied, it is save to upgrade to newer feature releases.