Git Product home page Git Product logo

Comments (5)

dzuelke avatar dzuelke commented on July 17, 2024

What was the problem / solution?

from heroku-buildpack-php.

peterkeen avatar peterkeen commented on July 17, 2024

I should have looked at the composer docs first. Turns out you can have
multiple clauses in the version specification, so I just changed the
requirement to ">=5.3.18,<5.6" and everything was happy again.

On Wed, Aug 27, 2014 at 10:34 AM, David Zülke [email protected]
wrote:

What was the problem / solution?


Reply to this email directly or view it on GitHub
#79 (comment)
.

from heroku-buildpack-php.

dzuelke avatar dzuelke commented on July 17, 2024

I'm assuming you had a "minimum-stability": "RC" somewhere too then? That selector in itself should not pick a release candidate. Can you show the relevant parts of your composer.json just to make sure there's no bug there?

from heroku-buildpack-php.

peterkeen avatar peterkeen commented on July 17, 2024

Ah, that explains it. For some reason minimum-stability is set to dev.
So, no bug, just a misunderstanding on my part.

I didn't write this package, so I'll have to find out why it's set up that
way from the maintainers.

On Wed, Aug 27, 2014 at 10:58 AM, David Zülke [email protected]
wrote:

I'm assuming you had a "minimum-stability": "RC" somewhere too then? That
selector in itself should not pick a release candidate. Can you show the
relevant parts of your composer.json just to make sure there's no bug
there?


Reply to this email directly or view it on GitHub
#79 (comment)
.

from heroku-buildpack-php.

dzuelke avatar dzuelke commented on July 17, 2024

They probably wanted a dev version of a certain package. In general, you should use stability flags instead so it doesn't pull in dev versions of everything. See https://igor.io/2013/02/07/composer-stability-flags.html for some guidance.

from heroku-buildpack-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.