laravel-notification-channels / twilio

Twilio notifications channel for Laravel
https://laravel-notification-channels.com
227 stars 36 forks source link

5.8 Support (still not available) #57

Closed mbalandis closed 5 years ago

mbalandis commented 5 years ago

Last version is 2.0.7 when using composer and it is over 10 days ago. Cannot install Laravel 5.8.

Problem 1
    - The requested package laravel-notification-channels/twilio 2.0.10 exists as laravel-notification-channels/twilio[1.0.2, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, dev-analysis-XW071e, dev-analysis-XZmBBR, dev-master, v0.0.1, v0.0.2, v1.0.0, v1.0.1] but these are rejected by your constraint.
gregoriohc commented 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 commented 5 years ago

53 #52 #56

mbalandis commented 5 years ago

@gregoriohc thanks for reply, I wasn't sure who was the one who does it. :)

gregoriohc commented 5 years ago

Now it's updated, so I'm closing this 😉