zendframework / zend-expressive-zendviewrenderer

zend-view PhpRenderer integration for Expressive
BSD 3-Clause "New" or "Revised" License
11 stars 12 forks source link

Relying on zendframework/zend-expressive-template #10

Closed harikt closed 8 years ago

weierophinney commented 8 years ago

@harikt I've merged this locally, and am working on fixes. I have some issues due to the fact that the new ApplicationUrlDelegatorFactory depends on the Application class from zend-expressive, but I've not yet stripped out the Router and Template components (which means I have dependency conflicts). I'm getting that taken care of, but may not complete it until tomorrow morning my time.

weierophinney commented 8 years ago

@harikt All taken care of!

harikt commented 8 years ago

Thank you :) .