middlewares / utils

Common utils used by PSR-15 middlewares
MIT License
51 stars 12 forks source link

Add support for psr/http-message 2.x #28

Closed mikespub closed 10 months ago

mikespub commented 10 months ago

When you require middlewares/utils 3.3.0 e.g. to use the dispatcher, it also forces your project to remain with psr/http-message 1.x even when you don't use the factory methods here.

Updated with PR #27