iron-io / iron_mq_php

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

Branch Deletion Proposal #53

Closed GrahamCampbell closed 9 years ago

GrahamCampbell commented 9 years ago

Can you just delete the v1, v2, and v3 branches? They're serving no purpose and are just breaking stuff. What's more annoying is the v1 branch doesn't even contain the v1 code.

GrahamCampbell commented 9 years ago

There is no point in these other branches when we have git tags.

GrahamCampbell commented 9 years ago

Also, laravel 5.1 will use 2.x of this library instead of 1.x btw.

thousandsofthem commented 9 years ago

Detailed description about these branches: https://github.com/iron-io/iron_mq_php#branches without branches with just tags it's almost impossible to manage and update. git tags is the must still.

GrahamCampbell commented 9 years ago

@thousandsofthem It makes no sense to have a master branch identical to another versioned branch, infarct it's a terrible idea imo. We need either "master" OR v2, not both...

GrahamCampbell commented 9 years ago

Also, why on earth do you have a v3/v4. That stuff should have been a DIFFERENT package, surely? I'm struggling to understand why you are doing these things?

GrahamCampbell commented 9 years ago

Sorry if I sound rude, I'm just frustrated.