Skip to content

Commit

Permalink
Merge pull request #10562 from 94noni/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Seldaek committed Feb 23, 2022
2 parents b6c1afa + 91a0a4c commit a8d6874
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -17,7 +17,7 @@ For usage, see [the documentation](https://getcomposer.org/doc/).
Packages
--------

Find 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
---------
Expand All @@ -34,7 +34,15 @@ By participating in this project and its community you agree to abide by those t
Requirements
------------

PHP 5.3.2 or above (at least 5.3.4 recommended to avoid potential bugs)
#### 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
-------
Expand Down
8 changes: 5 additions & 3 deletions doc/00-intro.md
Expand Up @@ -33,9 +33,11 @@ dependencies.

## System Requirements

Composer requires PHP 5.3.2+ to run. A few sensitive php settings and compile
flags are also required, but when using the installer you will be warned about
any incompatibilities.
Composer in its latest version requires PHP 7.2.5 to run. A long-term-support
version (2.2.x) still offers support for PHP 5.3.2+ in case you are stuck with
a legacy PHP version. A few sensitive php settings and compile flags are also
required, but when using the installer you will be warned about any
incompatibilities.

To install packages from sources instead of plain zip archives, you will need
git, svn, fossil or hg depending on how the package is version-controlled.
Expand Down

0 comments on commit a8d6874

Please sign in to comment.