iron-io / iron_mq_php

PHP client for IronMQ.
www.iron.io
BSD 2-Clause "Simplified" License
89 stars 43 forks source link

When using composer, dev-master points to the wrong revision #47

Closed rifflock closed 9 years ago

rifflock commented 9 years ago

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

thousandsofthem commented 9 years ago

hey! kinda weird, because dev-master is same as 2.0.0 and not 1.5.2

rifflock commented 9 years ago

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.

thousandsofthem commented 9 years ago

actually good idea to use version 1.* , not dev-master

rifflock commented 9 years ago

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