Nyholm / psr7-server

Helper classes to use any PSR7 implementation as your main request and response
MIT License
90 stars 21 forks source link

Add PHP 8 support #40

Closed edudobay closed 4 years ago

edudobay commented 4 years ago

I'm not sure if there any specific guidelines for this. This PR passes all the tests on PHP 7.1, 7.2, 7.4 and 8.0 RC3.

Edit: I'm trying to add 8.0 to the CI pipeline using the nightly tag, but I'm not familiarized enough with Travis CI to choose the best way to do that. I would appreciate some guidance if that is not the best solution for now :)

Nyholm commented 4 years ago

Awesome. Thank you very much!

edudobay commented 4 years ago

Hi @Nyholm! With the PHP 8.0 release today, are there plans for a new tagged release? That would be very much appreciated for dependent projects like Slim Framework, which tests against several PSR-7 implementations: https://github.com/slimphp/Slim-Psr7/pull/169. Thanks!

Nyholm commented 4 years ago

Of course. I’ll do it tomorrow.

//Tobias Nyholm

On 26 Nov 2020, at 23:47, Eduardo Dobay notifications@github.com wrote:

 Hi @Nyholm! With the PHP 8.0 release today, are there plans for a new tagged release? That would be very much appreciated for dependent projects like Slim Framework, which tests against several PSR-7 implementations: slimphp/Slim-Psr7#169. Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

Nyholm commented 4 years ago

Here you go: https://github.com/Nyholm/psr7-server/releases/tag/1.0.1