Composer Update
composer_updateUpdates PHP package dependencies to latest versions allowed by composer.json constraints, with options for specific packages, development dependencies, or lowest version for testing.
Instructions
composer.json kısıtlamaları dahilinde bağımlılıkları günceller.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noDev | No | Dev bağımlılıklarını güncelleme. | |
| packages | No | Güncellenecek paketler. Boş bırakılırsa tümü güncellenir. | |
| projectPath | No | İsteğe bağlı proje kökü (otomatik tespit edilir). | |
| preferLowest | No | En düşük uyumlu sürümü tercih et (test için). | |
| withAllDependencies | No | --with-all-dependencies (transitive). |