Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I install composer for php 5.2? [closed]

I would like to download legacy version of composer for php 5.2.

How do I install composer for php 5.2?

like image 287
Hwong Avatar asked Jan 11 '23 07:01

Hwong


1 Answers

You can't, because Composer requires PHP 5.3.2 or later:

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.

like image 126
Chris Avatar answered Jan 16 '23 21:01

Chris