-
Notifications
You must be signed in to change notification settings - Fork 625
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
PHP Version 8.2 and up #1114
Comments
I tested the latest release 8.1.2 from SendGrid, and it runs smoothly on PHP 8.3.13. |
I'm also seeking advice for the library usage on PHP 8.3 |
It triggers a deprecated issue on PHP8.4, in
public function __construct(
$from = null,
$to = null,
$subject = null,
$plainTextContent = null,
$htmlContent = null,
array $globalSubstitutions = null // this is deprecated, should be ?array $globalSubstitutions = null instead
) { |
Hi there, can you please confirm that the library is compatible with PHP Version 8.2. I would also love to know when you are planning for it to be supported on version 8.3 and 8.4
Thanks!
The text was updated successfully, but these errors were encountered: