Coder Social home page Coder Social logo

Comments (7)

Seldaek avatar Seldaek commented on June 4, 2024 20

And just to expand a bit, composer update ldskjldsjfsds does the same as composer update nothing, but we're not going to document that either :)

from getcomposer.org.

stof avatar stof commented on June 4, 2024 2

composer update nothing was just a hack before --lock was available actually. It is not a special composer feature allowing to update only the lock file. It is a partial update whitelisting only the nothing package (which is very unlikely to match any real package given the naming convention for packages).
So there is no reason to document it. It is just a smart way of using a documented feature (the partial update) to achieve something which was not yet a first-class citizen in composer at this time.
And there is also nothing to deprecate in Composer, as nothing was ever added in composer to support it.

Btw, as Composer is now smart when checking for outdated lock files (thanks to the content-hash introduced mid-2015), you probably don't need to perform lock-only updates now.

from getcomposer.org.

alcohol avatar alcohol commented on June 4, 2024

composer update nothing is the same as composer update --lock

from getcomposer.org.

ravage84 avatar ravage84 commented on June 4, 2024

I know, but nonethless it should be documented, IMO.

from getcomposer.org.

alcohol avatar alcohol commented on June 4, 2024

composer update --lock is documented.

composer update nothing, while it works, is a novelty/legacy relic, and does not warrant documenting in my opinion.

from getcomposer.org.

ravage84 avatar ravage84 commented on June 4, 2024

Good, let's tell the people not to use it by adding a short note to the composer update cli docs. 😼

Or even offiicially deprecate it in composer itself.

from getcomposer.org.

Seldaek avatar Seldaek commented on June 4, 2024

Yeah.. basically see my comment on lorna's post.

from getcomposer.org.

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.