zendframework / component-split

Script/utilities for splitting ZF2 components into their own repositories.
17 stars 7 forks source link

zend-* version in composer.json's require and require-dev #28

Closed samsonasik closed 9 years ago

samsonasik commented 9 years ago

for require and require-dev in each component currently use self-version, what version that need to be applied now/near future?

weierophinney commented 9 years ago

I kept the self.version in these because, through 2.4, that's what it should be. Starting with 2.5 (which we'll tag after we've had a chance to run tests for each via travis), we'll start using ~2.5 notation.