zf-fr / zfr-eb-worker

ZfrEbWorker is a thin layer to simplify the usage of SQS queues and Elastic Beanstalk environments
MIT License
8 stars 2 forks source link

Add support for http-interop/http-middleware 0.5 #54

Closed danizord closed 7 years ago

danizord commented 7 years ago

The proposed PSR-15 interfaces changed again breaking BC, but @webimpress made this magic to support it without breaking BC :D

bakura10 commented 7 years ago

Can you please give a few details on what are the breaks ? :p

danizord commented 7 years ago

@bakura10 the PSR-15 proposal breaks BC by renaming DelegateInterface to RequestHandlerInterface and its process() method to handle() (see https://github.com/php-fig/fig-standards/pull/926).

But here in ZfrEbWorker we don't break BC at all, thanks to the https://github.com/webimpress/http-middleware-compatibility compatibility layer.

bakura10 commented 7 years ago

Looks good. Can you please just add this in the changelog as 6.1.0 ?

bakura10 commented 7 years ago

Tagged as 6.1.0 !