This repository was archived by the owner on Jul 8, 2023. It is now read-only.
  
  
  
  
  
Description
Hi everybody,
I use your bridge in some of my projects and it works fine. But now I have a new problem, in my GitLab CI pipeline.
I run PHP tests and need to install composer packages for this. When I install them with composer install the bridge starts doing it's job. Is there a way to install the composer packages with suppressing the NPM bridge, e.g. a command like composer install --no-npm?