hansott / psr7-cookies

🍪 bakes cookies for PSR-7 messages
https://hansott.github.io
MIT License
40 stars 4 forks source link

Using `psr/http-message:^2.0` and updating dependencies #17

Closed KentarouTakeda closed 9 months ago

KentarouTakeda commented 9 months ago

This pull request provides a dependency update to use psr/http-message:^2.0. It closes #16.

To use it, We also needed to update guzzlehttp/psr7. Addresses breaking changes included in 2.0. Fortunately, only the test code was affected, so the old version of guzzlehttp/psr7 can continue to be used.

Also, just to be sure, I changed the CI settings in my repository and confirmed that the tests would pass even with recent PHP versions, including the latest, which this repository does not yet support. It passes in all php versions from 7.0 to 8.3.

https://github.com/KentarouTakeda/hansott-psr7-cookies/actions/runs/7406316316

test-results-in-my-repo

KentarouTakeda commented 9 months ago

@hansott Hi, could you please check out these changes?

hansott commented 9 months ago

@KentarouTakeda I will review in the evening, thanks!

KentarouTakeda commented 9 months ago

Thank you for merging and publishing!!