laminas / laminas-diactoros

PSR HTTP Message implementations
https://docs.laminas.dev/laminas-diactoros/
BSD 3-Clause "New" or "Revised" License
483 stars 63 forks source link

Remove support for PHP 8.0, remove unnecessary reflection method calls #174

Closed gsteel closed 1 year ago

gsteel commented 1 year ago

Description

Just investigating upgrading to PHPUnit 10 here to find out that it's still blocked by the interop integration tests.

Considering that we'll be dropping 8.0 for PHPUnit 10 anyhow, this patch just chips off one job from that upgrade.

gsteel commented 1 year ago

@froschdesign

I don't think it's necessarily worth releasing this, what do you think?

froschdesign commented 1 year ago

@gsteel You have planned further changes, so it is possible to summarise this.

Ocramius commented 1 year ago

I'm releasing this as-is: any further improvements can safely land in 3.4.0 later.