php-middleware / request-id

PSR-7 Request ID (Correlation ID) middleware
MIT License
34 stars 4 forks source link

Allow install php8 #14

Closed snapshotpl closed 3 years ago

snapshotpl commented 3 years ago

Depends on https://github.com/laminas/laminas-diactoros/pull/46

acelaya commented 3 years ago

Considering laminas/laminas-diactoros already supports PHP 8, would you be open to merge this?

snapshotpl commented 3 years ago

Sure! I have just restart jobs to ensure that everything is green

acelaya commented 3 years ago

I see the project actually depends on zendframework/zend-diactoros, not laminas/laminas-diactoros.

The former is no longer maintained, so you need to replace it and change all use Zend\... by use Laminas\...