By alexpott on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.0.x
Introduced in version:
10.0.0
Description:
Guzzle's PSR 7 library is used instead of Laminas' Diactoros library. If you use the PSR 7 and PSR 17 request factories then there is no need to change anything. Request objects will still conform to the PSR standards.
If you use classes directly from Laminas\Diactoros then you will need to add the library to your composer.json or switch to classes from GuzzleHttp\Psr7.
Impacts:
Module developers