Skip to content
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 8.4 Support #148

Open
georgyKurian opened this issue Jan 28, 2025 · 1 comment
Open

Php 8.4 Support #148

georgyKurian opened this issue Jan 28, 2025 · 1 comment

Comments

@georgyKurian
Copy link

There are many deprecate warning when using with PHP 8.4.

Example:
Postmark\PostmarkClient::createSuppressions(): Implicitly marking parameter $messageStream as nullable is deprecated, the explicit nullable type must be used instead in .../PostmarkClient.php on line 1427

@leroy
Copy link

leroy commented Feb 5, 2025

I would also like to add that the current version constraints actually support 8.4 because of the ~ notation.

PHP version constraint should be 8.1.* || 8.2.* || 8.3.*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants