-
Notifications
You must be signed in to change notification settings - Fork 97
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 compatibility #222
Conversation
> MessageBird\Client::__construct(): Implicitly marking parameter $httpClient as nullable is deprecated, the explicit nullable type must be used instead
@CoolGoose This one is ready for review. Could you please approve the workflow? |
This reminds me that while it can be tempting to add dependencies, they often create more difficulties over time. I’ve decided to take this SDK out of our project and switch to using plain HTTP. |
Hi Ruud, I can't argue with that reasoning, but you did put the broken pipeline on our radar, so thank you for that 🙏 If after that fix is merged, you want to reopen this PR, we'd be happy to accept it. |
@ErikBooijMB Sure 👍 |
@ruudk That fix is now merged, if you can rebase this PR, I think it should be good to go 🔥 Thank you! |
@ErikBooijMB Done. Please approve the workflow |
Thank you very much! |
Fixes #221