Closed rifflock closed 9 years ago
hey! kinda weird, because dev-master is same as 2.0.0 and not 1.5.2
Yeah, I'm not sure why it was pulling 1.5.2 even after clearing out our cache and lock. We ended up hard coding it to 1.5.3 since we're not yet ready for the major version change, and that seems to have worked.
actually good idea to use version 1.*
, not dev-master
That's the other strange thing 1.*
was also pulling 1.5.2
, so we had to use ^1.5.3
, otherwise we got the issue about iron_core
having the wrong version
Hey, Was reworking my composer.json to work with the new releases, and it looks like instead of pointing to v1.5.3, dev-master is still pointing at 1.5.2. Just wanted to bring that to your attention
Thanks