zeuxisoo / php-slim-whoops

PHP whoops error on slim framework
132 stars 10 forks source link

Support PHP8.0 #29

Closed i4M1k0SU closed 3 years ago

i4M1k0SU commented 3 years ago

Does it have any plan to support PHP8.0?

zeuxisoo commented 3 years ago

May I know what problems did you running under PHP 8.0?

Since I did not found any problem running tests under PHP 8.0. So can you mind to explain your situation for me to reproduce it?

i4M1k0SU commented 3 years ago

The installation was not possible because 8.0 is not written in the composer.json.

I forced the installation and ran it and found no problems with the operation itself.

zeuxisoo commented 3 years ago

I have added the 8.0 version into the require section in the composer.json. Thank you for your help

i4M1k0SU commented 3 years ago

Thank you for your support.