http-interop / http-middleware

PSR-15 interfaces for HTTP Middleware
MIT License
73 stars 7 forks source link

1.1.0 seems to be broken #79

Closed shadowhand closed 6 years ago

shadowhand commented 6 years ago

Please see these tests: https://travis-ci.org/zendframework/zend-stratigility/jobs/332049603#L644

So the problem is only on the latest release. It's because the interface extends PSR-15 interface and method defined in the PSR-15 interface typehint against PST-15 interface, not as before interop interface. Basically 1.1.0 has a BC Break...

Refs http-interop/http-server-handler#12 by @webimpress

michalbundyra commented 6 years ago

@shadowhand hm... wait ... wrong repo again it should be https://github.com/http-interop/http-server-middleware

shadowhand commented 6 years ago

@webimpress yes. :(