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

ViewHelper and Plugin registered with dependencies #4

Closed pensiero closed 7 years ago

pensiero commented 8 years ago

Service locator is not anymore a dependency, but it's injected from factory. This PR fully support ZF2 >= v2.5.3.

FabianKoestring commented 8 years ago

@neilime Is there anything planned to be released?

pensiero commented 8 years ago

@FabianKoestring if you prefer, you can refer to my fork: https://github.com/pensiero/zf2-mobile-detect The v2.0.0 contains the support to ZF3

FabianKoestring commented 8 years ago

@pensiero I think you must create your own composer.json information. There is no branch 2.0 for neilime/zf2-mobile-detect.

pensiero commented 8 years ago

@FabianKoestring actually if you want you can use this configuration in compose.json:

  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/pensiero/zf2-mobile-detect.git"
    }
  ],
neilime commented 7 years ago

Thank you @pensiero, I have merge your pull request with some improvments