http-interop / http-server-handler

Interface for PSR-15 server request handler
MIT License
20 stars 1 forks source link

Should we add conflict with http-interop/http-middleware 0.5? #7

Closed michalbundyra closed 6 years ago

michalbundyra commented 6 years ago

This package has the same namespace and contains exactly the same class, both packages can't be used together.

shadowhand commented 6 years ago

https://github.com/http-interop/http-server-handler/tree/master/src https://github.com/http-interop/http-server-middleware/tree/master/src

Two different classes. Same namespace for two different packages is okay, afaik?

shadowhand commented 6 years ago

See also composer/composer#4605

shadowhand commented 6 years ago

Doh, I misread the title of this completely. I think we need a conflict here, right @weierophinney ?

weierophinney commented 6 years ago

Yes, or a replace.

michalbundyra commented 6 years ago

@weierophinney @shadowhand

Yes, or a replace.

Cannot be replace because this library contains just ONE interface, not both. Must be conflict IMHO