Giter Site home page Giter Site logo

Comments (5)

theofidry avatar theofidry commented on May 25, 2024

That's a good idea. PRs are welcomed! I don't think it requires much more than updating

private const FORWARDED_COMMANDS = ['install', 'update'];

from composer-bin-plugin.

hostep avatar hostep commented on May 25, 2024

Ah cool, good to know. I'll see if I can find some time in the next few days/weeks to test this out and send a PR.
Thanks for the info!

from composer-bin-plugin.

hostep avatar hostep commented on May 25, 2024

Just gave it a little try, it's unfortunately a bit more complex. Because composer outdated is more of an alias to composer show --outdated

So adding outdated to the FORWARDED_COMMANDS const does not work. When I add show to it, it does not work with composer outdated, but does work with composer show --outdated.
And I can see that composer bin all outdated also does not work.

I haven't debugged further since I lack the time at the moment.

What do you think, should we try to make composer outdated also working somehow? It would be convenient in my opinion.

from composer-bin-plugin.

theofidry avatar theofidry commented on May 25, 2024

I think we could adapt this condition:

&& in_array($commandName, self::FORWARDED_COMMANDS, true)

Instead of just checking the in_array we could check if it's the show command with the outdated flag for example. The check could also be extracted into a dedicated method to keep it understandable

from composer-bin-plugin.

LastDragon-ru avatar LastDragon-ru commented on May 25, 2024

And I can see that composer bin all outdated also does not work.

Yep, for me it checks the first package only :(

from composer-bin-plugin.

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.