juriansluiman / SlmGoogleAnalytics

A ZF2 module to track pages, events and ecommerce transactions with Google Analytics
Other
40 stars 20 forks source link

Usage with ZF1 #49

Open holtkamp opened 8 years ago

holtkamp commented 8 years ago

We are currently still on ZF1, but planning on migrating. I noticed the composer.json file depends on the COMPLETE ZF2 library. Would it be an idea to only depend on those components that are actually required? For example:

"zendframework/zend-servicemanager": "~2.2"

This way we reduce the amount of downloaded components and allow a gradual upgrade to ZF2

juriansluiman commented 8 years ago

Sure, this is entirely possible. I am a tad out of PHP development. Could you provide a PR? Then I am happy to merge.

holtkamp commented 8 years ago

thanks for the response. As soon as this subject hits my plate again, I will spend some time on a PR :+1: