Composer

PHP-Community · current 2.10.2

The current version of Composer is 2.10.2 (as of 01/07/2026). patchletter checks the official source daily and emails you every new release.

BSI security advisories

Advisories the German BSI (CERT-Bund) published for this product. Whether your version is affected is stated in the advisory itself.

All BSI advisories →

Composer at a glance

Composer is the standard dependency manager for PHP, central to virtually every modern PHP project and its build pipeline. Composer ships regular releases plus security fixes; as tooling that resolves and installs code from packagist and other sources, integrity and currency matter.

For admins Composer downloads and executes package code (including install scripts), so it's a supply-chain surface: keep it current (it has had security advisories of its own), pin dependency versions with the lock file for reproducible installs, and use trusted repositories. Audit dependencies for known vulnerabilities (composer audit helps). On servers and CI, run installs with the lock file (composer install, not update) so you get the reviewed versions. Keep the underlying PHP supported. After upgrading Composer, verify that installs and the autoloader work. The packages you pull carry their own risk — the discipline is pinning and auditing. Patchletter surfaces new Composer releases.

Version history & changelog · as detected by patchletter

VersionChannelDateNotes
2.10.2STABLE01/07/2026Release notes →
2.10.1STABLE04/06/2026Release notes →
2.10.0STABLE28/05/2026Release notes →
2.10.0-RC1BETA01/04/2026Release notes →
2.9.8STABLE13/05/2026Release notes →
2.9.7STABLE14/04/2026Release notes →
2.9.6STABLE14/04/2026Release notes →
2.9.5STABLE29/01/2026Release notes →
2.9.4STABLE22/01/2026Release notes →
2.9.3STABLE30/12/2025Release notes →
2.9.2STABLE19/11/2025Release notes →
2.9.1STABLE13/11/2025Release notes →
2.9.0STABLE13/11/2025Release notes →
2.8.12STABLE19/09/2025Release notes →
2.8.11STABLE21/08/2025Release notes →
2.8.10STABLE10/07/2025Release notes →
2.8.9STABLE13/05/2025Release notes →
2.8.8STABLE04/04/2025Release notes →
2.8.7STABLE03/04/2025Release notes →
2.8.6STABLE25/02/2025Release notes →
2.8.5STABLE21/01/2025Release notes →
2.8.4STABLE11/12/2024Release notes →
2.8.3STABLE17/11/2024Release notes →
2.8.2STABLE29/10/2024Release notes →
2.8.1STABLE04/10/2024Release notes →
2.8.0STABLE02/10/2024Release notes →
2.7.9STABLE04/09/2024Release notes →
2.7.8STABLE22/08/2024Release notes →
2.7.7STABLE10/06/2024Release notes →
2.7.6STABLE04/05/2024Release notes →
2.7.5STABLE03/05/2024Release notes →
2.7.4STABLE22/04/2024Release notes →
2.7.3STABLE19/04/2024Release notes →
2.7.2STABLE11/03/2024Release notes →
2.7.1STABLE09/02/2024Release notes →
2.7.0STABLE08/02/2024Release notes →
2.6.6STABLE08/12/2023Release notes →
2.6.5STABLE06/10/2023Release notes →
2.6.4STABLE29/09/2023Release notes →
2.6.3STABLE15/09/2023Release notes →
2.6.2STABLE03/09/2023Release notes →
2.6.1STABLE01/09/2023Release notes →
2.6.0STABLE01/09/2023Release notes →
2.5.8STABLE09/06/2023Release notes →
2.5.7STABLE24/05/2023Release notes →
2.5.6STABLE24/05/2023Release notes →
2.5.5STABLE21/03/2023Release notes →
2.5.4STABLE15/02/2023Release notes →
2.5.3STABLE10/02/2023Release notes →
2.5.2STABLE04/02/2023Release notes →

Frequently asked questions

What is the latest version of Composer?
Composer 2.10.2, released 01/07/2026. patchletter checks the vendor's official source daily for new releases.
Where can I find the Composer release notes?
The version history above links to the vendor's official release notes where the vendor publishes them. patchletter deliberately stores no vendor full texts.
How do I get notified about new Composer updates?
Free by email: patchletter reports every new release — instantly or bundled as a digest. Unsubscribe anytime with one click.

Never miss a Composer update

We check the source daily and email you — instantly or as a digest. Free, one-click unsubscribe.

Watch Composer

Embed this badge

Shows the current Composer version and updates itself. Free to use, no account needed.

Composer badge
[![Composer](https://patchletter.com/badge/composer.svg)](https://patchletter.com/en/software/composer)
https://patchletter.com/badge/composer.svg

Also available: ?v=eol (end of support) and ?v=cve (actively exploited).

Related tools in Development & DevOps