zfcampus / zf-http-cache

ZF2 module for automating http cache tasks within a Zend Framework 2 application.
BSD 3-Clause "New" or "Revised" License
8 stars 6 forks source link

Add compatibility with ZF3 #13

Closed DannyvdSluijs closed 8 years ago

DannyvdSluijs commented 8 years ago

By adding the or statement for zend-eventmanager and zend-mvc it allows to be installed with ZF3. However Zend-router has become a separate component.

Delta change (2 => 3) is needed to make the original test run on my local setup.

If any change is needed please let me know. Both PHPUnit and PHPCS ran without errors.