From 4333cc7a4fe503b8053fa23728d095a1c38722ad Mon Sep 17 00:00:00 2001 From: Kai Eichinger Date: Thu, 13 Jun 2024 10:53:16 +0200 Subject: [PATCH] Add installation note about the `vendor-bin` --- docs/php/tooling/janus-php.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/php/tooling/janus-php.mdx b/docs/php/tooling/janus-php.mdx index 72449dc..10ed7f6 100644 --- a/docs/php/tooling/janus-php.mdx +++ b/docs/php/tooling/janus-php.mdx @@ -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