neilime / zf2-mobile-detect

ZF Mobile-Detect is a Zend Framework module that provides Mobile-Detect features
http://neilime.github.io/zf2-mobile-detect
MIT License
35 stars 12 forks source link

ZF2 support #7

Closed lukasvice closed 4 years ago

lukasvice commented 7 years ago

Hi, I'm using your library with ZF2. Unfortunately, with your latest commit I'm not able to use this library anymore because it requires ZF3 now. Could you please add ZF2 support again? Or tag the latest version which supports ZF2? Thanks for your work!

pensiero commented 7 years ago

@neilime is the latest release retrocompatibile with ZF2? in case, I can send a PR and change this line of composer: https://github.com/neilime/zf2-mobile-detect/blob/master/composer.json#L21 into this:

    "zendframework/zend-mvc": "^2.7 || ^3.0",
neilime commented 7 years ago

Hi, For sure you can create a pull request, Travis ci will tell us if its works with your change

Thanks