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