Closed sweptsquash closed 11 months ago
@ksassnowski We are trying to update a project to PHP 8.3. Unfortunately the roach-php/core
dependency is preventing that for us right now. PHP 8.3 support would be greatly appreciated, but I also want to be respectful of your time. Is there anything here that we can help you with? Thanks!
@sweptsquash Thanks a lot for the PR. Sorry for not getting around to it earlier. The changes look good to me 👍
This PR adds PHP 8.3 support while maintaining support for 8.1 and 8.2, I’ve also taken the liberty of updating the GitHub action workflows to remove the deprecated warning messages:
Included the packages
nyholm/psr7
andnyholm/psr7-server
to resolveRuntimeException for PSR-17 ResponseFactory implementations
see slimphp/Slim Issue 3295.