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

Please tag a version number #21

Open
pfjnexuspoint opened this issue Nov 2, 2017 · 3 comments
Open

Please tag a version number #21

pfjnexuspoint opened this issue Nov 2, 2017 · 3 comments

Comments

@pfjnexuspoint
Copy link

Hi,

I've been using this module for nearly a year and found it to work quite well without any issue.

Could you tag the repository with a version number so that we don't have to require dev-master any longer.

I'm using this in a large project and this is the only non-stable package requirement so I would prefer if I didn't have to use minimum stability dev and prefer stable in my composer settings.

@roman-vohnik
Copy link

+1

1 similar comment
@nayluge
Copy link

nayluge commented Sep 25, 2018

+1

@mlambley
Copy link

mlambley commented Apr 3, 2019

Since this issue is 1.5 years old it might be safe to suggest a workaround. If your composer.json is:

{
    "require": {
        "printnode/printnode-php": "*"
    }
}

Your composer install command will say

Your requirements could not be resolved to an installable set of packages ..... these conflict with your requirements or minimum-stability.

But if your composer.json is instead:

{
    "require": {
        "printnode/printnode-php": "dev-master"
    }
}

You can happily composer install without the minimum stability dev and prefer stable.

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

4 participants