From 67a12f48291c07d2c1fe1bb6a289f1e11b76bb25 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 23 Feb 2022 14:28:17 +0100 Subject: [PATCH] Slightly more detailed PHP requirements --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f64a68210..2d9fc7990 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ For usage, see [the documentation](https://getcomposer.org/doc/). Packages -------- -Find public dependencies packages on [Packagist](https://packagist.org). +Find public packages on [Packagist.org](https://packagist.org). For private package hosting take a look at [Private Packagist](https://packagist.com). Community --------- @@ -34,7 +34,15 @@ By participating in this project and its community you agree to abide by those t Requirements ------------ -PHP 7.2.5 or above. +#### Latest Composer + +PHP 7.2.5 or above for the latest version. + +#### Composer 2.2 LTS (Long Term Support) + +PHP versions 5.3.2 - 8.1 are still supported via the LTS releases of Composer (2.2.x). If you +run the installer or the `self-update` command the appropriate Composer version for your PHP +should be automatically selected. Authors -------