1
0
Fork 0

Add system requirements to the docs, fixes #1472

pull/1477/head
Jordi Boggiano 2013-01-11 22:57:28 +01:00
parent edbd40758a
commit fed72a4803
1 changed files with 12 additions and 0 deletions

View File

@ -42,6 +42,18 @@ which describes the project's dependencies.
We are simply stating that our project requires some `monolog/monolog` package, We are simply stating that our project requires some `monolog/monolog` package,
any version beginning with `1.2`. any version beginning with `1.2`.
## System Requirements
Composer requires PHP 5.3.2+ to run. A few sensitive php settings and compile
flags are also required, but the installer will warn you about any
incompatibilities.
To install packages from sources instead of simple zip archives, you will need
git, svn or hg depending on how the package is version-controlled.
Composer is multi-platform and we strive to make it run equally well on Windows,
Linux and OSX.
## Installation - *nix ## Installation - *nix
### Downloading the Composer Executable ### Downloading the Composer Executable