iron-io / iron_mq_php

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

PSR-4 baby #44

Closed fightbulc closed 9 years ago

thousandsofthem commented 9 years ago

Looks extremely good. Still, it completely breaks backwards compatibility which makes me cry :(

fightbulc commented 9 years ago

Hey Alexander,

well, therefore you have your release numbers at hand. Keep the old within version 1 and bump the new stuff up to version 2.

I needed this fix because I ran into some issues with composer when I optimised the class maps. Also, I think its about time to move forward: namespaces, psr-4.

Sunny greetings from Berlin

thousandsofthem commented 9 years ago

Okay, makes sense. i'll set up some stuff first then.