f1nder / SolutionMongoAggregationBundle

This Bundle integrates mongo aggregation queries into you Symfony2 project.
12 stars 3 forks source link

Is it possible to tag this repo ? #5

Closed ngilain closed 8 years ago

ngilain commented 8 years ago

Hi,

we are using the f1nder/SolutionMongoAggregationBundle on our project (https://github.com/open-orchestra/open-orchestra). It perfectly meets our needs, but now we are rewriting our composer.json with a minimum-stability:stable and we are encountering some issues with it. As it doesn't have any tag, we need to whitelist it with @dev on each bundles requiring a bundle using SolutionMongoAggregationBundle. It would be far more simple if we could rely on a stable tag instead of the dev-master branch.

So here is my question: could you create a tag, even a 0.1 would be sufficient for us as long as it is recognized as a stable version by packagist.

Thank you for your work :)

ngilain commented 8 years ago

I forgot to talk about f1nder/SolutionPipelineBuilder. We have the same issue with this dependency, so it would great if you could tag it too :)

Thank you !

f1nder commented 8 years ago

Hi, I created tag v0.1 for bundle and library. p.s. great CMS..

ngilain commented 8 years ago

Thank you very much for these tags :)

ngilain commented 8 years ago

I'm sorry to bother you again, but there is a little problem with the tag v0.1. In the composer.json, the dependency to "solution/pipeline-builder" is set to "dev-master". Could you alter it or recreate a new tag to require the stable version of "solution/pipeline-builder" ?

Thank you

f1nder commented 8 years ago

done https://github.com/f1nder/SolutionMongoAggregationBundle/tree/v0.1.1

ngilain commented 8 years ago

Than you for this,

we have upgraded our composer.json with it