Giter VIP home page Giter VIP logo

Comments (2)

theofidry avatar theofidry commented on September 23, 2024 1

That is correct. The only way to "fix" this is to specify an order in which the bin directories should be installed but even so I'm not sure it would 100% work. For example if you have:

namespace1
codesniffer <- the main you want
phpstan <- because it's a dep, not because you are interested in
namespace2
phpstan <- the one you want

in this case even if namespace1 is guaranteed to be installed first (because you would have an option to), the symlink for phpstan would not be the one you want.

This is why I highly recommend to disable symlinks. The path to pick is a bit less convenient but it completely avoids this sort of problem.

from composer-bin-plugin.

halloei avatar halloei commented on September 23, 2024

I've disabled symlinks from the beginning I started working with Composer Bin Plugin. But the warning mentioned above appears nevertheless:

Main composer.json:

"extra": {
    "bamarni-bin": {
        "bin-links": false
    }
}

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.