-
Notifications
You must be signed in to change notification settings - Fork 623
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
Sendgrid php library incompatible with PHP 8.1 #1072
Labels
status: help wanted
requesting help from the community
type: community enhancement
feature request not on Twilio's roadmap
Comments
following. +1 |
Here are the specific lines/files with these errors:
|
It looks like #1066 should have fixed this (effective as of |
This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog. |
childish-sambino
added
status: help wanted
requesting help from the community
type: community enhancement
feature request not on Twilio's roadmap
labels
Feb 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status: help wanted
requesting help from the community
type: community enhancement
feature request not on Twilio's roadmap
Summary
Heroku Platform with SendGrid provisioned. Emails have been going out fine for many months. Heroku pushed PHP v8.1 into all Dynos (instances) on Dec 10, 2021. A release of our application was published today (Dec 14) and now all attempts to send emails with the SendGrid API fail.
Steps to Reproduce
"Return type of SendGrid\Mail\Mail::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange (and so on)
Code Snippet
Technical details:
sendgrid-php version: 7.11 (using composer.json -> require: {"sendgrid/sendgrid": "^7", ....
php version: According to build log on Heroku deploy - version 8.1
The text was updated successfully, but these errors were encountered: