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 release this as stable #4

Open
mlambley opened this issue Jun 22, 2017 · 2 comments
Open

Please release this as stable #4

mlambley opened this issue Jun 22, 2017 · 2 comments

Comments

@mlambley
Copy link

Good day,

My composer file looks like the following:

{
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require": {
        "psr/http-message": "1.0",
        "slim/slim": "^3.8.1",
        "respect/validation": "^1.1",
        "rszrama/negotiation-middleware": "dev-master"
    }
}

Ideally, my file should look like:

{
    "require": {
        "slim/slim": "^3.8.1",
        "respect/validation": "^1.1",
        "rszrama/negotiation-middleware": "^1.0"
    }
}

However, I need extra lines for several reasons. The two stability lines could be removed if this package were tested against a stable version of willdurand/negotiation (2.3.1 is the latest stable version as of right now) and then publishing this package as stable 1.0.

I need the http-message line, since this package depends upon

"psr/http-message": "1.0",

My understanding is that adding a caret would be safe, and would allow my project to install the current version 1.0.1 instead:

"psr/http-message": "^1.0",

Thank you.

@tuupola
Copy link

tuupola commented Jun 22, 2017

You might want to check gofabian/negotiation-middleware which is more actively maintained.

@mlambley
Copy link
Author

Thanks.

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