6.0.0-alpha12
6/17/25
Last Modified 10/14/22 by Ralf Lang
  1. Composer Package Manager

Horde 6 needs the Composer Package Manager.
Currently, composer 2.2 - 2.4 are supported.

## Preferred: Get it via Phar.io Phive Installer

Install only for you as a normal user
<code>phive install composer</code>

OR

Install for all users as root into /usr/local/bin
<code>phive install composer</code>

See https://phar.io/#Install

## Manual download

See https://getcomposer.org/download/ for instructions. Place the downloaded file in /usr/local/bin or another location in the search path and set the executable bit

## OpenSUSE? 15.4 and Tumbleweed

<code>sudo zypper in php-composer2</code>

## Ubuntu 22.04 and up

<code>sudo apt install composer</code>