-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add support for Laravel 9.x #128
Add support for Laravel 9.x #128
Conversation
Now that Laravel 9 has been released al the tests related to this change are now passing - https://github.com/marcroberts/twilio/runs/5019943008 |
With the introduction of this PR and this change this part can't work and throw an exception:
|
Hmm Looking back at the changes to that file, the comments indicate that the Shall we remove
And rely on the string call afterwards?
|
We should wait for laravel/framework#40880 |
|
This reverts commit f6b5000.
Of course it is 🤦♂️ I'll revert that commit, and add a test to cover this issue |
I'm not sure we need to test actually. If we're going to wait for the fix upstream we can just change the dependency to be If wanted, the failure can be reproduced in the tests by removing the empty |
Laravel 9.0.1 has just been released which includes laravel/framework#40880 I've also removed the Laravel 6 & PHP 8.1 combination from the actions workflow (This seemed to pass before but Laravel 6 does not support PHP 8.1). |
@marcroberts thanks for your PR. Anything holding you back from merging it? Who is the maintainer of this package? I have tested it and didn't run into any issues. Installed it in a Laravel 9 project using the following in "repositories": [
{
"type": "git",
"url": "https://github.com/marcroberts/twilio.git"
}
],
"require": {
"laravel-notification-channels/twilio": "dev-laravel9"
},
"minimum-stability": "dev",
"prefer-stable": true |
Last couple of PRs were approved by @atymic but the last one was a year ago... |
No description provided.