Install Composer dependencies
composer_installRun Composer install with non-interactive defaults, auto-detecting the project root and avoiding prompts.
Instructions
Runs composer install with safe non-interactive defaults inside an auto-detected Composer project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional project-relative working directory. When omitted, the tool auto-detects the relevant app root. | |
| noDev | No | ||
| project | Yes | Project key from list_projects. | |
| timeoutSeconds | No | ||
| optimizeAutoloader | No |