Crell / ApiProblem

A simple implementation of the api-problem specification. Includes PSR-15 support.
MIT License
239 stars 21 forks source link

Test on GHA on PHP 8.4. #42

Closed Crell closed 1 month ago

Crell commented 1 month ago

This is blocked on Diactoros, which has no PHP 8.4-compatible release yet. (It's used in tests.)

Possible alternative: Switch to Nyholm/psr7.