Make Composer Manager recommended rather than required
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #2161997. -->
Reported by: [jmarkel](https://www.drupal.org/user/15171)
>>>
<p>I would like to run composer from a script, during the course of a Jenkins-initiated build. E.g. like so:<br>
<code>find sites/all -name composer.json -execdir composer install \;</code></p>
<p>Since in this scenario there's no running system yet, Composer Manager isn't in the picture. Seems to me that any module using Composer should be able to be set up properly by, well, running Composer - not by having to install and enable another module that itself runs Composer. I'm not dissing Composer Manager, just questioning it as a prerequisite.</p>
> Related issue: [Issue #1929622](https://www.drupal.org/node/1929622)
issue