Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master version don't get by composer #272

Open
Nelly34 opened this issue Dec 12, 2019 · 3 comments
Open

master version don't get by composer #272

Nelly34 opened this issue Dec 12, 2019 · 3 comments

Comments

@Nelly34
Copy link

Nelly34 commented Dec 12, 2019

Hello,
Thanks to your fix.
But when I try to get the last version by :
composer require willdurand/BazingaJsTranslationBundle
I obtain the tag 2.6.6 version but not the master version.
Is it possible to tag your master version.
Great regards

@stof
Copy link
Contributor

stof commented Dec 12, 2019

If you do composer require without specifying a version, composer will prefer installing a stable version. That's by design of composer.

@Nelly34
Copy link
Author

Nelly34 commented Dec 12, 2019

I didn't specify a version but I obtained the 2.6.6 version.
I also tried : composer require willdurand/js-translation-bundle --prefer-source
I obtained the 2.6.6 version.

@stof
Copy link
Contributor

stof commented Dec 8, 2020

--prefer-source is about the installation method, not the constraint guessed by require.

If you want to force using a dev version, composer require supports a second argument to specify the constraint explicitly..

But in any case, this is not an issue related to this repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants