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

Update for PSR-15 #33

Closed bakura10 closed 7 years ago

bakura10 commented 7 years ago

ping @danizord

danizord commented 7 years ago

As discussed on Slack, we'll wait until PSR-15 gets approved.

danizord commented 7 years ago

@bakura10 I think we can implement latest interop interfaces since Stratigility is going to support it :) https://github.com/zendframework/zend-stratigility/pull/96

bakura10 commented 7 years ago

Awesome ^^. Let's wait a big for 6.0.0 release then. Question as you've studied it: when we'll upgrade to 6 in our projects we'll need to update all them all.

I suppose this won't work if our code uses Stratigility 1 and ZfrEbWorker that would used Stratigility 2 right? This would mean that we would need first to update all the projects to Stratigility 2 before having a chance to upgrade? Or does Expressive takes care of that and it iwll make transparnet?

danizord commented 7 years ago

Yeah, we'll need to update existing projects to Stratigility 2 and Expressive 2 to be able to use ZfrEbWorker 6 :)

danizord commented 7 years ago

Fixed by #44