Skip to content

composer version doesn't respect custom bin directory #23

Open
@splatEric

Description

@splatEric

A project I work on is using this action, and began failing with the switch to the composer being the version used by default. It transpires that this is because the composer config contains:

  "config": {
    "bin-dir": "bin"
  }

and the action bash script has a hardcoded expectation that the bin directory is in vendor

I understand that this is an edge case you may not want to support. But wanted to flag it up for anyone else hitting the same issue (your docs very clearly point out that it's looking for vendor/bin, but apparently not clearly enough for me!!) We've configured to using latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions