laminas / laminas-developer-tools

Module for developer and debug tools for use with laminas-mvc applications.
BSD 3-Clause "New" or "Revised" License
24 stars 13 forks source link

PHP 8.0 support #32

Closed boesing closed 3 years ago

boesing commented 4 years ago

Feature Request

Q A
New Feature yes

Summary

To be prepared for the december release of PHP 8.0, this repository has some additional TODOs to be tested against the new major version.

In order to make this repository compatible, one has to follow these steps:

Gounlaf commented 4 years ago

Depends on theses issues:

boesing commented 4 years ago

@Gounlaf It should be possible to install all dependencies with --ignore-platform-reqs even if they do not directly support PHP 8.0. The goal of this issue should be that everything is fixed for PHP 8.0 in this library. If other dependencies are not yet compatible with PHP 8.0 should not be that kind of problem (unless PHP 8.0 refuses to execute phpunit due to some circumstances). But thanks for pointing this out :-)

Gounlaf commented 4 years ago

@boesing should type hinting be added on method returns? I don't know if it's considered as a BC Break =/

boesing commented 4 years ago

@boesing should type hinting be added on method returns? I don't know if it's considered as a BC Break =/

It is a BC break. I've written detailed feedback - please focus on the minimum. I like the additions but we should do one enhancement per PR to give better feedback in CHANGELOG and to better triage every request 👍