Skip to content

Commit

Permalink
Merge pull request #47 from 21TORR/vendor-bin-note
Browse files Browse the repository at this point in the history
Add installation note about the `vendor-bin`
  • Loading branch information
apfelbox authored Jun 13, 2024
2 parents a5d3337 + 4333cc7 commit 6307884
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/php/tooling/janus-php.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ Install the library with:
composer req --dev 21torr/janus
```

:::info
If you can't install Janus directly into your project due to conflicting dependencies, then use a custom `vendor-bin` installation. You'll need to adapt all paths from below to point to your `vendor-bin` directory.

E.g. `composer bin janus require --dev 21torr/janus`
:::


## Integration

Expand Down

0 comments on commit 6307884

Please sign in to comment.