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

2

6

I have only upgraded to Laravel ^6.0 from 5.8*. On running $ composer require laravel/passport I have got error message "Package zendframework/zend-diactoros is abandoned, you should avoid using it. Use laminas/laminas-diactoros instead."

I have installed laminas-json

Will that suffice?

Nickens answered 2/1, 2020 at 18:43 Comment(0)
B
7

https://www.zend.com/blog/what-status-zend-framework-transition-laminas

everything zend framework is being transitioned to laminas open source project. There's a lot of projects going to be popping up these messages as zend.

Boxwood answered 2/1, 2020 at 18:48 Comment(0)
P
0

The update to use laminas/laminas-diactoros was made in v8.2.0. Using a more recent version of laravel/passport will solve the questioned issue.

Papaveraceous answered 20/7, 2020 at 15:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.