thephpleague / route

Fast PSR-7 based routing and dispatch component including PSR-15 middleware, built on top of FastRoute.
http://route.thephpleague.com
MIT License
651 stars 126 forks source link

Remove reference to superfluous interop package #256

Closed shrink closed 4 years ago

shrink commented 5 years ago

Zend Diactoros now provides a Response Factory as part of the package in version 2: installation of Zend Diactoros (per the installation instructions in this guide) will provide version 2 therefore we can assume that the user following the guide has v2, and can use the included response factory.

http-interop/http-factory-diactoros is not compatible with Diactoros v2.