zendframework / zend-stratigility

Middleware for PHP built on top of PSR-7 and PSR-15
BSD 3-Clause "New" or "Revised" License
235 stars 57 forks source link

Description of this repository is wrong #179

Closed froschdesign closed 6 years ago

froschdesign commented 6 years ago

The current description is:

Middleware for PHP built on top of PSR-7

But the documentation says:

Stratigility supports only PSR-15 middleware.

https://docs.zendframework.com/zend-stratigility/v3/middleware/#psr-15-middleware

weierophinney commented 6 years ago

Well, PSR-15 consumes the PSR-7 interfaces, so it's not wrong... I've updated the description to now read:

Middleware for PHP built on top of PSR-7 and PSR-15.

froschdesign commented 6 years ago

@weierophinney Sorry, your are right. A customer had asked me if PSR-15 is not supported.

Thanks for the quick response! 👍