orasik / monolog-middleware

Monolog middleware for PSR-7 micro frameworks like Zend Expressive and Slim
MIT License
20 stars 7 forks source link

Not installable via Composer for Expressive v2 #4

Closed adamculp closed 7 years ago

adamculp commented 7 years ago

Currently the dependency on "zendframework/zend-stratigility": "^1.2" prevents Composer from adding this to a Zend Expressive v2+ app. There is a different signature in version 2, so simply updating the composer.json may not do it. (haven't tested that)

If I get some down cycles I will try to do a PR, but not sure when/if that will happen soon.

orasik commented 7 years ago

I will need to update the code to be compatible with ZE 2 because the middleware interface itself was changed as you mentioned. I will work on that in the next coming 2 days and will keep you updated

orasik commented 7 years ago

@adamculp Try it now please. I have updated the middleware to be compatible with ZE2. I have tested it with skeleton ZE2 as well.

Cheers, Oras

adamculp commented 7 years ago

Wow, thank you Oras, installed just fine now with the latest v 2.0.0 tag. Much appreciated.