iron-io / iron_mq_php

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

Actualizing lib to support v3 #33

Closed pyeremenko closed 10 years ago

pyeremenko commented 10 years ago
thousandsofthem commented 10 years ago

@pyeremenko please do version bump and regenerate .phar file

pyeremenko commented 10 years ago

@thousandsofthem, I'm completely not familiar with php. Please, describe what should I do...

thousandsofthem commented 10 years ago

ok version update: https://github.com/iron-io/iron_mq_php/blob/master/IronMQ.class.php#L9 https://github.com/iron-io/iron_mq_php/blob/master/IronMQ.class.php#L143

(no metaprogramming so two places unfortunately)

regenerate .phar (kind of archive): run php build.php

edsrzf commented 10 years ago

I've opened a new pull request #34 with the version changes and regenerated .phar. (I don't have access to Peter's repo, so I couldn't add it to this pull request.)