Closed mbalandis closed 5 years ago
Sorry, nothing we can do. Unfortunately, @themsaid is the only maintainer in Packagist and he has been notified to update it.
Meanwhile, the only thing we can do is to add the Github repo directly in composer to force the update:
{
"repositories": [
{
"url": "https://github.com/laravel-notification-channels/twilio.git",
"type": "git"
}
],
"require": {
"laravel-notification-channels/twilio": "*"
}
}
@gregoriohc thanks for reply, I wasn't sure who was the one who does it. :)
Now it's updated, so I'm closing this 😉
Last version is 2.0.7 when using composer and it is over 10 days ago. Cannot install Laravel 5.8.