Nexmo / laravel-notification

Example package for using the (still under development) Messages API from Nexmo as a notification channel in Laravel
MIT License
51 stars 9 forks source link

Your requirements could not be resolved to an installable set of packages. #3

Open SimeonVSimeonov opened 3 years ago

SimeonVSimeonov commented 3 years ago

HI, Dear All After a clean installation of a Laravel(7.2.5) project, I received the following error when adding your package. It may not be up to date to the latest version of the Laravel.

Problem 1

Thanks

delia-curiel commented 3 years ago

I have the same problem with the last version of the framework. Did you solve it @SimeonVSimeonov ?

dragonmantank commented 3 years ago

Hello!

Yes, this package is probably not up-to-date with Laravel at this point. I'll see what we can do to get it upgraded. Since it's only targeted to some of our beta APIs, it does not get the full support our nexmo/laravel package receives.

delia-curiel commented 3 years ago

@dragonmantank it would be great, thanks!

scramatte commented 2 years ago

Hello,

Can you please upgrade it to support laravel 8?

I've got followig issue when I try to install it

 Problem 1
    - Root composer.json requires nexmo/laravel-notification ^0.2.1 -> satisfiable by nexmo/laravel-notification[0.2.1].
    - nexmo/laravel-notification 0.2.1 requires guzzlehttp/guzzle ^6.3 -> found guzzlehttp/guzzle[6.3.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.0.1).