iron-io / iron_mq_php

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

Broken requirements in 3.0.1 release for iron-io/iron_core: 0.* #46

Closed phansys closed 9 years ago

phansys commented 9 years ago

iron-io/iron_mq 3.0.1 requires iron-io/iron_core 0.* (thus it's now resolved to 0.2.1 version). This constraint breaks the app: IE, IronMQ::updateQueue() tries to use an undefined class constant PATCH (which isn't available in iron_core: 0.2.1).

thousandsofthem commented 9 years ago

@phansys just tagged 0.2.2.. Hope it'll solve the issue. Thanks for bugreport.

phansys commented 9 years ago

Thank you @thousandsofthem.