Skip to content

Auto-Updating PPA (unofficial) for composer (dependency Manager for PHP)

License

Notifications You must be signed in to change notification settings

mitinsany/composer-ppa

Repository files navigation

A PPA (unofficial) repository for Composer (Dependency Management for PHP. See https://getcomposer.org/). Contains only loader for binary file, without dependencies.

Usage

For stable latest 2.* versions

sudo curl -SsL -o /usr/share/keyrings/composer-ppa.gpg https://mitinsany.github.io/composer-ppa/composer-ppa.gpg
sudo curl -SsL -o /etc/apt/sources.list.d/composer-ppa-latest.list https://mitinsany.github.io/composer-ppa/sources.list.d/composer-ppa-latest.list
sudo apt update
sudo apt install composer

For stable (LTS) 2.2.* versions

sudo curl -SsL -o /usr/share/keyrings/composer-ppa.gpg https://mitinsany.github.io/composer-ppa/composer-ppa.gpg
sudo curl -SsL -o /etc/apt/sources.list.d/composer-ppa-stable.list https://mitinsany.github.io/composer-ppa/sources.list.d/composer-ppa-stable.list
sudo apt update
sudo apt install composer

For old 1.*.* versions

sudo curl -SsL -o /usr/share/keyrings/composer-ppa.gpg https://mitinsany.github.io/composer-ppa/composer-ppa.gpg
sudo curl -SsL -o /etc/apt/sources.list.d/composer-ppa-v1.list https://mitinsany.github.io/composer-ppa/sources.list.d/composer-ppa-v1.list
sudo apt update
sudo apt install composer

Sources