Which Composer configuration best skips dev dependencies during CI builds?
Goal In continuous‑integration pipelines I want Composer to omit dev‑only packages automatically, so the vendor tree stays small and the install step is fast. Constraints The repository must stay usable for local developers who still need dev tools, and any CI tests that rely on dev packages must either be moved to the main dependency set or installed separa