Nexmo / nexmo-laravel

Add Vonage functionality such as SMS and voice calling to your Laravel app with this Laravel Service Provider.
MIT License
317 stars 79 forks source link

Package zendframework/zend-diactoros is abandoned #42

Closed greatsami closed 4 years ago

greatsami commented 4 years ago

Hi

when I installed the package on my Laravel project, I faced this message in cmd:

Package zendframework/zend-diactoros is abandoned, you should avoid using it. Use laminas/laminas-diactoros instead.

PHP: v7.2 Laravel: v6.2

dragonmantank commented 4 years ago

Hello!

This is from the underlying nexmo/client library, which have a release coming out relatively soon that will remove that message. This message is just a notification that the ZF package has changed names though, and doesn't have any impact on the actual usage of the library, so there shouldn't be any side effects.