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?

Ismael Padilla
  • 5,246
  • 4
  • 23
  • 35
Steven
  • 1,071
  • 15
  • 15

2 Answers2

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.

AWS PS
  • 4,420
  • 1
  • 9
  • 22
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.

arueckauer
  • 349
  • 5
  • 19